DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / Line3D Structure / Anchor Property






In This Topic
    Anchor Property (Line3D)
    In This Topic
    A point on the line
    Syntax
    'Declaration
     
    
    Public Property Anchor As System.Windows.Media.Media3D.Point3D
    'Usage
     
    
    Dim instance As Line3D
    Dim value As System.Windows.Media.Media3D.Point3D
     
    instance.Anchor = value
     
    value = instance.Anchor
    public System.Windows.Media.Media3D.Point3D Anchor {get; set;}
    public read-write property Anchor: System.Windows.Media.Media3D.Point3D; 
    public function get,set Anchor : System.Windows.Media.Media3D.Point3D
    public: __property System.Windows.Media.Media3D.Point3D get_Anchor();
    public: __property void set_Anchor( 
       System.Windows.Media.Media3D.Point3D value
    );
    public:
    property System.Windows.Media.Media3D.Point3D Anchor {
       System.Windows.Media.Media3D.Point3D get();
       void set (    System.Windows.Media.Media3D.Point3D value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also