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






    Direction Property
    The direction of the line
    Syntax
    'Declaration
     
    
    Public Property Direction As System.Windows.Media.Media3D.Vector3D
     
    'Usage
     
    
    Dim instance As Line3D
    Dim value As System.Windows.Media.Media3D.Vector3D
     
    instance.Direction = value
     
    value = instance.Direction
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also