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