Top Property (DicomLabel)
In This Topic
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
public System.float Top {get; set;}
public read-write property Top: System.Single;
public function get,set Top : System.float
public: __property System.float get_Top();
public: __property void set_Top(
System.float value
);
public:
property System.float Top {
System.float get();
void set ( System.float value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also