Skip to main content
A newer version of this page is available. .

RecentLabelItem.Style Property

Gets or sets this RecentLabelItem object’s size and appearance by selecting one of the embedded styles.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DefaultValue(RecentLabelStyles.Medium)]
[DXCategory("Appearance")]
public virtual RecentLabelStyles Style { get; set; }

Property Value

Type Default Description
DevExpress.XtraBars.Ribbon.RecentLabelStyles **Medium**

A DevExpress.XtraBars.Ribbon.RecentLabelStyles enumerator value that specifies this RecentLabelItem‘s style.

Remarks

The Style property allows you to instantly select from three available RecentLabelItem sizes (small, medium and large) without the necessity to customize font settings, accessed through the RecentTextGlyphItemBase.Appearances property. Mixing labels of different styles gives you the ability to implement complex blocks with titles, sub-titles and regular text.

See Also