Class SymbolPalettePalette
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
SymbolPalettePalette
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public class SymbolPalettePalette : EJTagHelper
Constructors
SymbolPalettePalette()
Declaration
public SymbolPalettePalette()
Properties
Expanded
Sets whether the palette items to be expanded or not
Declaration
public bool Expanded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
Height
Sets the height of the symbol group
Declaration
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is NaN |
IconCss
Defines the content of the symbol group
Declaration
public string IconCss { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Id
Defines the unique id of a symbol group
Declaration
public override string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Overrides
Syncfusion.EJ2.EJTagHelper.Id
Symbols
Defines the collection of predefined symbols
Declaration
public object Symbols { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
Title
Defines the title of the symbol group
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |