In This Topic
Control whether the width of a line scales with the label being drawn
Syntax
'Declaration
Public Property ScalePenWidth As System.Boolean
'Usage
Dim instance As DicomLabel
Dim value As System.Boolean
instance.ScalePenWidth = value
value = instance.ScalePenWidth
public System.bool ScalePenWidth {get; set;}
public read-write property ScalePenWidth: System.Boolean;
public function get,set ScalePenWidth : System.boolean
public: __property System.bool get_ScalePenWidth();
public: __property void set_ScalePenWidth(
System.bool value
);
public:
property System.bool ScalePenWidth {
System.bool get();
void set ( System.bool value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also