Height Property (DicomLabel)
Define the height of a DicomLabel (annotation) on an image
public System.float Height {get; set;}
public read-write property Height: System.Single;
public function get,set Height : System.float
public: __property System.float get_Height();
public: __property void set_Height(
System.float value
);
public:
property System.float Height {
System.float get();
void set ( System.float value);
}
'Declaration
Public Property Height As System.Single
'Usage
Dim instance As DicomLabel
Dim value As System.Single
instance.Height = value
value = instance.Height
Target Platforms: .NET CLR 4.8 or higher