Class LeafItemDrawingEventArgs
Inheritance
System.Object
LeafItemDrawingEventArgs
Assembly: Syncfusion.TreeMap.Windows.dll
public class LeafItemDrawingEventArgs : CancelEventArgs
Constructors
Declaration
public LeafItemDrawingEventArgs()
Properties
Declaration
public Brush Color { get; set; }
Property Value
Type |
System.Drawing.Brush |
Declaration
public object Data { get; set; }
Property Value
Declaration
public Graphics Graphics { get; set; }
Property Value
Type |
System.Drawing.Graphics |
Declaration
public string Label { get; set; }
Property Value
Declaration
public Rectangle RectSize { get; set; }
Property Value
Type |
System.Drawing.Rectangle |