RecentLabelItem.Style Property
In This Article
Gets or sets this RecentLabelItem object’s size and appearance by selecting one of the embedded styles.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(RecentLabelStyles.Medium)]
[DXCategory("Appearance")]
public virtual RecentLabelStyles Style { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
DevExpress. |
Medium | A DevExpress. |
#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