Skip to main content

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

NuGet Package: DevExpress.Wpf.Ribbon

Declaration

public double RowIndent { get; set; }

Property Value

Type Description
Double

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

See Also