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






    ScalePenWidth Property
    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
    Remarks
    Default value is false
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also