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



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

    Target Platforms: .NET CLR 4.0 or higher

    See Also