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