Class ChangeType
Specifies whether an object is added/removed from diagram.
Inheritance
System.Object
ChangeType
Namespace: Syncfusion.Blazor.Diagrams
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ChangeType : Enum
Examples
<SfDiagram Height="1000"></SfDiagram>
@code
{
public void ChangeType(ISelectionChangeEventArgs args)
{
ChangeType hh = ChangeType.Addition;
}
}
Fields
Addition
Sets the ChangeType to Addition.
Declaration
public const ChangeType Addition
Field Value
Type | Description |
---|---|
ChangeType |
Removal
Sets the ChangeType to Removal.
Declaration
public const ChangeType Removal
Field Value
Type | Description |
---|---|
ChangeType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |