Class DrawTypeEventArgs
Defines DrawTypeEventArgs
Inheritance
System.Object
DrawTypeEventArgs
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class DrawTypeEventArgs : Object
Constructors
DrawTypeEventArgs()
Declaration
public DrawTypeEventArgs()
Properties
DrawItem
Gets or sets the Drawing Item.
Declaration
public object DrawItem { get; set; }
Property Value
Type |
---|
System.Object |