Size Property (DicomLabel3D)
In This Topic
The size of the label relative the smaller of the image's displayed dimensions - default = 0.1
Syntax
'Declaration
Public Property Size As System.Single
'Usage
Dim instance As DicomLabel3D
Dim value As System.Single
instance.Size = value
value = instance.Size
public System.float Size {get; set;}
public read-write property Size: System.Single;
public function get,set Size : System.float
public: __property System.float get_Size();
public: __property void set_Size(
System.float value
);
public:
property System.float Size {
System.float get();
void set ( System.float value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also