Enum NullSourceTarget
Specifies to provide data for the NullSourceTarget of the IDrawParameter .
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
[Flags]
public enum NullSourceTarget
Fields
| Name | Description |
|---|---|
| CloneSourceAsTarget | Specifies to know the target item while drawing the item via drawingtool. |
| Default | Enables or disables default behavior. |
| None | Disables all the behaviors. |
| SelectionAsSource | Specifies to know the source item while drawing the item via drawingtool. |