Class SymbolPaletteSymbolPreview
Inheritance
System.Object
SymbolPaletteSymbolPreview
Assembly: Syncfusion.EJ2.dll
Syntax
public class SymbolPaletteSymbolPreview : EJTagHelper
Constructors
SymbolPaletteSymbolPreview()
Declaration
public SymbolPaletteSymbolPreview()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Height
Sets the preview height of the symbols
Declaration
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Offset
Defines the distance to be left between the cursor and symbol
Declaration
public SymbolPalettePoint Offset { get; set; }
Property Value
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Width
Sets the preview width of the symbols
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|