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

ColorizerColorItem(Color) Constructor

Initializes a new instance of the ColorizerColorItem class with the specified color.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

public ColorizerColorItem(
    Color color
)

Parameters

Name Type Description
color Color

A Color value, which specifies the color for the colorizer item. This value is assigned to the ColorizerColorItem.Color property.

See Also