Skip to main content
A newer version of this page is available. .

ChipSize Enum

Lists values that specify the size of color chips.

Namespace: DevExpress.Xpf.Editors

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

Declaration

public enum ChipSize

Members

Name Description
Default

The chip size is 13x13 pixels.

Small

The chip size is 13x13 pixels.

ChipSize_Small

Medium

The chip size is 16x16 pixels.

ChipSize_Medium

Large

The chip size is 20x20 pixels.

ChipSize_Large

Related API Members

Remarks

The values listed by this enumeration are used to set the ColorEdit.ChipSize property’s value.

See Also