A newer version of this page is available.
Switch to the current version.
ChipSize Enum
Lists values that specify the size of color chips.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v19.2.dll
Declaration
Members
Name | Description |
---|---|
Default | The chip size is 13x13 pixels. |
Small | The chip size is 13x13 pixels. |
Medium | The chip size is 16x16 pixels. |
Large | The chip size is 20x20 pixels. |
Related API Members
The following properties accept/return ChipSize values:
Remarks
The values listed by this enumeration are used to set the ColorEdit.ChipSize property's value.
See Also
Feedback