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



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

Target Platforms: .NET CLR 3.5 or higher

See Also