DicomObjects.NET.V8
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 Boolean
     
    'Usage
     
    Dim instance As DicomLabel
    Dim value As Boolean
     
    instance.ScalePenWidth = value
     
    value = instance.ScalePenWidth
    Remarks
    Default value is false
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also