TdxRibbonColorGalleryItem.ShowItemBorders Property
In This Article
Specifies if the color item borders are displayed.
#Declaration
Delphi
property ShowItemBorders: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
To hide or display the color sample borders, set this property to False or True, respectively.
The default value of the ShowItemBorders property is True.
See Also