Back to Devexpress

RibbonControl.ColumnIndent Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-36ca0ac4.md

latest1.4 KB
Original Source

RibbonControl.ColumnIndent Property

Gets or sets the horizontal 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 ColumnIndent { get; set; }
vb
Public Property ColumnIndent As Double

Property Value

TypeDescription
Double

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

|

See Also

ButtonGroupsIndent

RowIndent

RibbonControl Class

RibbonControl Members

DevExpress.Xpf.Ribbon Namespace