Skip to main content

GenericColorizer<T> Class

The base class for all colorizers used with generic types.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public abstract class GenericColorizer<T> :
    PredefinedColorsColorizer
    where T : ColorizerColorItem, new()

Type Parameters

Name
T
See Also