DicomObjects.NET8 Documentation
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. It is also used for rotation if RotationCentre is set to RotationCentre.AutoSizeCentre
    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