TdxRibbonSkinSelectorCustomPlacePaletteOptions.ItemIconSize Property
Specifies base palette chooser gallery item dimensions, in pixels.
Declaration
property ItemIconSize: TcxItemSize read; write;
Property Value
Type | Description |
---|---|
TcxItemSize | Use The default gallery item dimensions ( |
Remarks
Use ItemIconSize
.Width and ItemIconSize
.Height properties to explicitly define item dimensions in a palette chooser gallery.
Property Values and Scaling
ItemIconSize
.Width and ItemIconSize
.Height properties specify the base pixel dimensions of palette gallery items that correspond to the current DPI. The Ribbon Skin Selector component adjusts ItemIconSize
.Width and ItemIconSize
.Height property values according to the current scale factor change when the application window moves between screens with different DPI values or the current screen DPI changes.
Default Value
Default ItemIconSize
.Width and ItemIconSize
.Height property values are 0
.
The default property values indicate that the Ribbon Skin Chooser component automatically calculates gallery item dimensions.