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.v19.1.dll

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