DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabel Class / ScalePenWidth Property






In This Topic
    ScalePenWidth Property
    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);
    }
    Remarks
    Default value is false
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also