Enum HistoryAction
Specifies that what type of history change action is performed.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public enum HistoryAction
Fields
| Name | Description |
|---|---|
| AnnotationFontStyleChanged | Specifies that the annotation's font style changed action is performed. |
| AnnotationTextChanged | Specifies that the annotation text changed action is performed. |
| CollectionChanged | Specifies that collection changed action is performed. |
| ConnectorSourceChanged | Specifies that the connector source point changed action is performed. |
| ConnectorTargetChanged | Specifies that the connector target point changed action is performed. |
| CustomAction | Specifies some custom action is performed by the user. |
| FlipChanged | Specifies that the flip changed action is performed. |
| None | The default value for the EntryType. |
| PositionChanged | Specifies that position changed action is performed. |
| RotationChanged | Specifies that rotation changed action is performed. |
| SizeChanged | Specifies that size changed action is performed. |
| ZIndexChanged | Specifies that the ZIndex changed action is performed. |