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