Height Property (DicomLabel)
In This Topic
Define the height of a DicomLabel (annotation) on an image
Syntax
'Declaration
Public Property Height As System.Single
'Usage
Dim instance As DicomLabel
Dim value As System.Single
instance.Height = value
value = instance.Height
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);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also