BarItemLink.GetLinkVertIndent() Method
Returns the size of the vertical indent between the content and the borders of a bar link.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual int GetLinkVertIndent()
Returns
Type | Description |
---|---|
Int32 | An integer value specifying the number of pixels between the content and the borders of the bar link. |
Remarks
The GetLinkVertIndent method returns the vertical indent’s size between the borders and content of the bar link in pixels. If the link belongs to a bar, the Bar.GetLinkVertIndent value is returned. If the link does not belong to a bar, the indent is determined by the current paint scheme.
To change the vertical indent between links for a bar, use the Bar.BarItemVertIndent property. You can specify the default vertical indent for all bars via the BarManagerProperties.BarItemVertIndent property of a BarAndDockingController.