Enum SegmentEditing
Specifies to add or remove intermediate segment.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public enum SegmentEditing
Fields
Name | Description |
---|---|
Add | Specifies to add the intermediate segment. |
Remove | Specifies to remove the intermediate segment. |
Toggle | Specifies to either add or remove the intermediate segment. |