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