IColorable
Interface
Interface which should be implemented by any object which can accept filling property from colorizer directly.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public interface IColorable
Derived Classes:
Properties
Gets or sets the highlight fill properties.
C#
MapShapeFill HighlightFill { get; set; }
Gets or sets the regular fill properties.
C#
MapShapeFill ShapeFill { get; set; }