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