RecentPinItem.TextVerticalAlignment Property
Specifies the vertical alignment for item caption and description.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(RecentPinItemTextAlignment.Default)]
[DXCategory("Appearance")]
public RecentPinItemTextAlignment TextVerticalAlignment { get; set; }
Property Value
Type | Default | Description |
---|---|---|
DevExpress.XtraBars.Ribbon.RecentPinItemTextAlignment | Default | The vertical caption and description alignment. |
Remarks
The TextVerticalAlignment property has an effect when an item image occupies more height than this item’s text. In the figure below, the RecentPinItem’s ImageOptions.ItemNormal.SvgImageSize
is set to 128x128 pixels.
See Also