Back to Devexpress

BaseGallery.DistanceItemCaptionToDescription Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallery-dot-basegallery-facbc31b.md

latest1.8 KB
Original Source

BaseGallery.DistanceItemCaptionToDescription Property

Gets or sets the distance between an item’s caption and its description.

Namespace : DevExpress.XtraBars.Ribbon.Gallery

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(0)]
[DXCategory("Layout")]
public int DistanceItemCaptionToDescription { get; set; }
vb
<DXCategory("Layout")>
<DefaultValue(0)>
Public Property DistanceItemCaptionToDescription As Integer

Property Value

TypeDefaultDescription
Int320

An integer value that specifies the distance between an item’s caption and its description, in pixels.

|

See Also

DistanceBetweenItems

DistanceItemImageToText

ShowItemText

Caption

Description

BaseGallery Class

BaseGallery Members

DevExpress.XtraBars.Ribbon.Gallery Namespace