Class AutoLabelPosition
Specifies the relative position of an AutoLabel control to that of the control it labels.
Inheritance
System.Object
AutoLabelPosition
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class AutoLabelPosition : Enum
Fields
Custom
The relative AutoLabel position can be set manually.
Declaration
public const AutoLabelPosition Custom
Field Value
| Type |
|---|
| AutoLabelPosition |
Left
Left has been replaced with side, to take into account RightToLeft configs. Please use side instead.
Declaration
public const AutoLabelPosition Left
Field Value
| Type |
|---|
| AutoLabelPosition |
Side
The AutoLabel is always positioned to the left (or right if the parent control is RTL enabled) of the labeled control. Replaces Left.
Declaration
public const AutoLabelPosition Side
Field Value
| Type |
|---|
| AutoLabelPosition |
Top
The AutoLabel is always positioned to the top of the labeled control.
Declaration
public const AutoLabelPosition Top
Field Value
| Type |
|---|
| AutoLabelPosition |