Back to Devexpress

RibbonControl.MaxPageCaptionTextIndent Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-8d7338eb.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public double MaxPageCaptionTextIndent { get; set; }
vb
Public Property MaxPageCaptionTextIndent As Double

Property Value

TypeDescription
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

Caption

RibbonControl Class

RibbonControl Members

DevExpress.Xpf.Ribbon Namespace