DicomObjects.NET.V8
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 Boolean
    'Usage
     
    Dim instance As DicomLabel
    Dim value As Boolean
     
    instance.ScalePenWidth = value
     
    value = instance.ScalePenWidth
    public bool ScalePenWidth {get; set;}
    public:
    property bool ScalePenWidth {
       bool get();
       void set (    bool value);
    }
    Remarks
    Default value is false
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also