Back to Devexpress

ChipSize Enum

wpf-devexpress-dot-xpf-dot-editors-a3f87a4e.md

latest1.7 KB
Original Source

ChipSize Enum

Lists values that specify the size of color chips.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public enum ChipSize
vb
Public Enum ChipSize

Members

NameDescription
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.

|

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

DevExpress.Xpf.Editors Namespace