Skip to main content
A newer version of this page is available. .

RibbonControl.MaxPageCaptionTextIndent Property

Gets or sets the maximum distance between a ribbon page’s caption and vertical tab header borders. This is a dependency property.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v19.2.dll

Declaration

public double MaxPageCaptionTextIndent { get; set; }

Property Value

Type Description
Double

A Double value that specifies the maximum distance between a ribbon page’s caption and vertical tab header borders.

Remarks

When increasing the width of the RibbonControl, the width of page headers grows. The MaxPageCaptionTextIndent property allows you to limit the width of page tab headers when increasing the width of the RibbonControl. It specifies the maximum distance between the page’s caption and the tab’s vertical borders.

See Also