Back to Devexpress

RibbonProperties.DefaultSimplifiedRibbonGlyphSize Property

windowsforms-devexpress-dot-xtrabars-dot-ribbonproperties-e0fc7aa8.md

latest1.6 KB
Original Source

RibbonProperties.DefaultSimplifiedRibbonGlyphSize Property

Gets or sets the default icon size for the RibbonControl‘s simplified layout.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(16)]
public virtual int DefaultSimplifiedRibbonGlyphSize { get; set; }
vb
<DefaultValue(16)>
Public Overridable Property DefaultSimplifiedRibbonGlyphSize As Integer

Property Value

TypeDefaultDescription
Int3216

The default icon size for the RibbonControl‘s simplified layout.

|

See Also

DefaultGlyphSize

DefaultLargeGlyphSize

CommandLayout

RibbonProperties Class

RibbonProperties Members

DevExpress.XtraBars Namespace