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



AutoSizeMode Property
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
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