Class ShapeColorizerEventArgs
Represents the arguments of the colorizer events.
Inheritance
System.Object
ShapeColorizerEventArgs
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class ShapeColorizerEventArgs : EventArgs
Properties
Items
Gets the list of processed elements.
Declaration
public IEnumerable<object> Items { get; }
Property Value
System.Collections.Generic.IEnumerable<System.Object>
|