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
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As AutoSizeMode
     
    instance.AutoSizeMode = value
     
    value = instance.AutoSizeMode
    public AutoSizeMode AutoSizeMode {get; set;}
    public read-write property AutoSizeMode: AutoSizeMode; 
    public function get,set AutoSizeMode : AutoSizeMode
    public: __property AutoSizeMode get_AutoSizeMode();
    public: __property void set_AutoSizeMode( 
       AutoSizeMode value
    );
    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.8 or higher

    See Also