Skip to main content

TdxColorGallery.AutoSizeMode Property

Specifies the color gallery’s auto-size mode.

Declaration

property AutoSizeMode; default asAutoSize;

Property Value

Type Default
TdxAutoSizeMode asAutoSize

Remarks

Use this property in combination with the ColorPalette and/or ColumnCount property to automatically keep the minimum size required to entirely display the color gallery’s contents in various palette layouts.

Refer to the TdxAutoSizeMode type description to learn about available AutoSizeMode property values.

The default value of the AutoSizeMode property is asAutoSize.

See Also