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.v24.1.dll
NuGet Package: DevExpress.Wpf.Ribbon
Declaration
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