DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomLabel Class / ScaleStrokeWidth Property



In This Topic
    ScaleStrokeWidth Property
    In This Topic
    Control whether the width of a line scales with the label being drawn
    Syntax
    'Declaration
     
    
    Public Property ScaleStrokeWidth As Boolean
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As Boolean
     
    instance.ScaleStrokeWidth = value
     
    value = instance.ScaleStrokeWidth
    public bool ScaleStrokeWidth {get; set;}
    public:
    property bool ScaleStrokeWidth {
       bool get();
       void set (    bool value);
    }
    Remarks
    Default value is false
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also