RibbonProperties.DefaultSimplifiedRibbonGlyphSize Property
Gets or sets the default icon size for the RibbonControl's simplified layout.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
[DefaultValue(16)]
public virtual int DefaultSimplifiedRibbonGlyphSize { get; set; }
<DefaultValue(16)>
Public Overridable Property DefaultSimplifiedRibbonGlyphSize As Integer
Property Value
Type | Default | Description |
---|---|---|
Int32 | 16 |
The default icon size for the RibbonControl's simplified layout. |
See Also
Feedback