TcxCustomButton.Layout Property
Specifies the location of an image within a button.
Declaration
property Layout: TButtonLayout read; write; default blGlyphLeft;
Property Value
Type | Default |
---|---|
TButtonLayout | blGlyphLeft |
Remarks
This property is obsolete. Use the button’s OptionsImage.Layout property instead.
See Also