Back to Devexpress

RibbonControl.RowIndent Property

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

latest1.4 KB
Original Source

RibbonControl.RowIndent Property

Gets or sets the vertical indent between bar item links within the Ribbon Control. 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 RowIndent { get; set; }
vb
Public Property RowIndent As Double

Property Value

TypeDescription
Double

The vertical indent between bar item links within the Ribbon Control, in pixels.

|

See Also

ButtonGroupsIndent

ColumnIndent

RibbonControl Class

RibbonControl Members

DevExpress.Xpf.Ribbon Namespace