ChipSize Enum
Lists values that specify the size of color chips.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
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