ClassShapeColorizerEventArgs
Class
Represents the arguments of the colorizer events.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class ShapeColorizerEventArgs : EventArgs
Inheritance: objectEventArgsShapeColorizerEventArgs
Inherited Members
Properties
Items
Gets the list of processed elements.
Declaration
cs-api-definition
public IEnumerable<object> Items { get; }
Property Value