Width Property (DicomLabel)
In This Topic
Define the width of a DicomLabel (annotation) on an image
Syntax
'Declaration
Public Property Width As System.Single
'Usage
Dim instance As DicomLabel
Dim value As System.Single
instance.Width = value
value = instance.Width
public System.float Width {get; set;}
public read-write property Width: System.Single;
public function get,set Width : System.float
public: __property System.float get_Width();
public: __property void set_Width(
System.float value
);
public:
property System.float Width {
System.float get();
void set ( System.float value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also