GenericColorizer<T> Class
The base class for all colorizers used with generic types.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
public abstract class GenericColorizer<T> :
PredefinedColorsColorizer
where T : ColorizerColorItem, new()
Type Parameters
Name |
---|
T |
Inheritance
See Also