Class DiagramLocale
Inheritance
System.Object
DiagramLocale
Assembly: Syncfusion.Blazor.dll
Syntax
public class DiagramLocale : Object
Constructors
DiagramLocale()
Declaration
Properties
BringToFront
Declaration
public string BringToFront { get; set; }
Property Value
Type |
Description |
System.String |
|
Copy
Declaration
public string Copy { get; set; }
Property Value
Type |
Description |
System.String |
|
Cut
Declaration
public string Cut { get; set; }
Property Value
Type |
Description |
System.String |
|
Group
Declaration
public string Group { get; set; }
Property Value
Type |
Description |
System.String |
|
Grouping
Declaration
public string Grouping { get; set; }
Property Value
Type |
Description |
System.String |
|
MoveForward
Declaration
public string MoveForward { get; set; }
Property Value
Type |
Description |
System.String |
|
Order
Declaration
public string Order { get; set; }
Property Value
Type |
Description |
System.String |
|
Paste
Declaration
public string Paste { get; set; }
Property Value
Type |
Description |
System.String |
|
Redo
Declaration
public string Redo { get; set; }
Property Value
Type |
Description |
System.String |
|
SelectAll
Declaration
public string SelectAll { get; set; }
Property Value
Type |
Description |
System.String |
|
SendBackward
Declaration
public string SendBackward { get; set; }
Property Value
Type |
Description |
System.String |
|
SendToBack
Declaration
public string SendToBack { get; set; }
Property Value
Type |
Description |
System.String |
|
Undo
Declaration
public string Undo { get; set; }
Property Value
Type |
Description |
System.String |
|
UnGroup
Declaration
public string UnGroup { get; set; }
Property Value
Type |
Description |
System.String |
|