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

In This Topic
    AutoSizeMode Property (DicomLabel)
    In This Topic
    Controls the size of a text label.
    Syntax
    'Declaration
     
    
    Public Property AutoSizeMode As AutoSizeMode
    public AutoSizeMode AutoSizeMode {get; set;}
    Remarks
    This is used to control both the drawing of a visible box around the text if ShowTextBox is true, and also used to control the positioning of child labels. It is also used for rotation if RotationCentre is AutoSizeCentre
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also