TdxNavBarOfficeNavigationBarOptionsView.Paddings Property
Specifies the paddings applied to the Office Navigation Bar‘s content.
Declaration
property Paddings: TcxMargin read; write;
Property Value
Type |
---|
TcxMargin |
Remarks
The Paddings.Bottom, Paddings.Left, Paddings.Right, and Paddings.Top properties specify the distances (in pixels) between the displayed Office bar navigation links and the control’s bottom, left, right, and top borders, respectively.
Use the Paddings.All property to apply the same padding to all sides. The default padding value (2 pixels) is applied to all sides if the Paddings.All property is set to 0.
See Also