DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabel Class / Top Property






    Top Property (DicomLabel)
    Define the top of a DicomLabel (annotation) on an image
    Syntax
    'Declaration
     
    
    Public Property Top As System.Single
     
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As System.Single
     
    instance.Top = value
     
    value = instance.Top
    Remarks
    Equivalent to Area.Top. Remains in .NET version for backward compatibility.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also