TdxCustomToggleSwitchProperties.Alignment Property
Specifies the alignment of the caption and switch within the editor.
Declaration
property Alignment; default taRightJustify;
Property Value
Type | Default |
---|---|
TAlignment | taRightJustify |
Remarks
This property is similar to the TcxCustomCheckBoxProperties.Alignment property, which specifies the alignment setting for the caption and check box in check box editors.
The default value of the Alignment property is taRightJustify.
See Also