Class DiagramPalette
Implements a palette properties
Inheritance
System.Object
DiagramPalette
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class DiagramPalette
Constructors
DiagramPalette()
Declaration
public DiagramPalette()
Properties
Capacity
Gets or sets the capacity of palette.
Declaration
public int Capacity { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The capacity. |
ChildCount
Gets the palette child count.
Declaration
public int ChildCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Connectors
Declaration
public Collection Connectors { get; }
Property Value
Type | Description |
---|---|
Collection |
Constraints
Gets or sets the default behaviors of the palette.
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("constraints")]
public PaletteConstraints Constraints { get; set; }
Property Value
Type | Description |
---|---|
PaletteConstraints | PaletteConstraints.Default |
Expanded
Gets or sets a value indicating whether this
Declaration
[JsonProperty("expanded")]
public bool Expanded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ID
Gets or sets the id of the palette.
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String | The palette name. |
Items
Gets the palette children.
Declaration
[JsonProperty("items")]
public Collection Items { get; }
Property Value
Type | Description |
---|---|
Collection |
Name
Gets or sets the name of the palette.
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The palette name. |
Nodes
Declaration
public Collection Nodes { get; }
Property Value
Type | Description |
---|---|
Collection |
Palettes
Declaration
public Collection Palettes { get; }
Property Value
Type | Description |
---|---|
Collection |
SubControlId
Declaration
[JsonProperty("subControlId")]
public string SubControlId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TemplateId
Declaration
[JsonProperty("templateId")]
public string TemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.String |