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