TcxGridLayoutViewOptionsView.ItemPadding Property
Specifies the card content’s padding, in pixels.
Declaration
property ItemPadding: TcxLayoutViewLookAndFeelItemPadding read; write;
Property Value
Type |
---|
TcxLayoutViewLookAndFeelItemPadding |
Remarks
Use this property to customize padding settings for the card’s content.
The ItemPadding.Bottom, ItemPadding.Left, ItemPadding.Right, and ItemPadding.Top properties automatically update by multiplying their current values by the DPI-aware form’s scaling factor every time it changes.
By default, the ItemPadding.Bottom, ItemPadding.Left, ItemPadding.Right, and ItemPadding.Top properties are set to 2.
See Also