DicomObjects.NET.V8
DicomObjects Namespace / DicomLabel Class / AutoSizeMode Property



In This Topic
    AutoSizeMode Property
    In This Topic
    Controls the size of a text label.
    Syntax
    'Declaration
     
    Public Property AutoSizeMode As AutoSizeMode
    'Usage
     
    Dim instance As DicomLabel
    Dim value As AutoSizeMode
     
    instance.AutoSizeMode = value
     
    value = instance.AutoSizeMode
    public AutoSizeMode AutoSizeMode {get; set;}
    public:
    property AutoSizeMode AutoSizeMode {
       AutoSizeMode get();
       void set (    AutoSizeMode value);
    }
    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.0 or higher

    See Also