DicomObjects.NET.V8
DicomObjects Namespace / DicomLabel Class / Left Property



In This Topic
    Left Property
    In This Topic
    Define the left of a DicomLabel (annotation) on an image
    Syntax
    'Declaration
     
    Public Property Left As Single
    'Usage
     
    Dim instance As DicomLabel
    Dim value As Single
     
    instance.Left = value
     
    value = instance.Left
    public float Left {get; set;}
    public:
    property float Left {
       float get();
       void set (    float value);
    }
    Remarks
    Equivalent to Area.Left. Remains in .NET version for backward compatibility.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also