Enum HistoryEntryType
Defines the entry type
Namespace: Syncfusion.Blazor.Diagram
Assembly: Syncfusion.Blazor.dll
Syntax
public enum HistoryEntryType
Examples
private void HistoryEntryTypeChange()
{
HistoryEntryType history = HistoryEntryType.CollectionChanged;
}
Fields
| Name | Description |
|---|---|
| AnnotationPropertyChanged | AnnotationPropertyChanged - Sets the entry type as AnnotationPropertyChanged |
| CollectionChanged | CollectionChanged - Sets the entry type as CollectionChanged |
| ConnectionChanged | ConnectionChanged - Sets the entry type as ConnectionChanged |
| EndGroup | EndGroup - Sets the entry type as EndGroup |
| Group | Group - Sets the entry type as Group |
| LabelCollectionChanged | LabelCollectionChanged - Sets the entry type as LabelCollectionChanged |
| LaneCollectionChanged | LaneCollectionChanged - Sets the entry type as LaneCollectionChanged |
| LaneInterchanged | LaneInterchanged - Sets the entry type as LaneInterchanged |
| PhaseCollectionChanged | PhaseCollectionChanged - Sets the entry type as PhaseCollectionChanged |
| PortCollectionChanged | PortCollectionChanged - Sets the entry type as PortCollectionChanged |
| PositionChanged | PositionChanged - Sets the entry type as PositionChanged |
| PropertyChanged | PropertyChanged - Sets the entry type as PropertyChanged |
| Redo | Redo - Sets the entry type as Redo |
| RotationChanged | RotationChanged - Sets the entry type as RotationChanged |
| SegmentChanged | SegmentChanged - Sets the entry type as SegmentChanged |
| SizeChanged | SizeChanged - Sets the entry type as SizeChanged |
| StartGroup | StartGroup - Sets the entry type as StartGroup |
| Undo | Undo - Sets the entry type as Undo |
| Ungroup | Ungroup - Sets the entry type as Ungroup |