TdxRibbonGalleryBaseOptions.SpaceBetweenItemCaptionAndDescription Property
In This Article
Specifies the distance (in pixels) between a gallery item‘s caption and description.
#Declaration
Delphi
property SpaceBetweenItemCaptionAndDescription: Integer read; write;
#Property Value
Type |
---|
Integer |
#Remarks
This property is in effect if the ItemTextKind property is set to itkCaptionAndDescription.
The following table shows examples of using the SpaceBetweenItemImageAndText property.
Value | Sample |
---|---|
0 | ![]() |
10 | ![]() |
See Also