Class ShapeSetting
Inheritance
System.Object
ShapeSetting
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()
Assembly: Syncfusion.EJ.dll
Syntax
public class ShapeSetting : EJTagHelper
Constructors
ShapeSetting()
Declaration
Properties
AutoFill
Declaration
[JsonProperty("autoFill")]
public bool AutoFill { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ColorMappings
Declaration
[JsonProperty("colorMappings")]
public ColorMapping ColorMappings { get; set; }
Property Value
ColorPalette
Declaration
[JsonProperty("colorPalette")]
[JsonConverter(typeof(StringEnumConverter))]
public ColorPalette ColorPalette { get; set; }
Property Value
ColorPath
Declaration
[JsonProperty("colorPath")]
public string ColorPath { get; set; }
Property Value
Type |
Description |
System.String |
|
ColorValuePath
Declaration
[JsonProperty("colorValuePath")]
public string ColorValuePath { get; set; }
Property Value
Type |
Description |
System.String |
|
CustomPalette
Declaration
[JsonProperty("customPalette")]
public List<string> CustomPalette { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
EnableGradient
Declaration
[JsonProperty("enableGradient")]
public bool EnableGradient { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Fill
Declaration
[JsonProperty("fill")]
public string Fill { get; set; }
Property Value
Type |
Description |
System.String |
|
HighlightBorderWidth
Declaration
[JsonProperty("highlightBorderWidth")]
public double HighlightBorderWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
HighlightColor
Declaration
[JsonProperty("highlightColor")]
public string HighlightColor { get; set; }
Property Value
Type |
Description |
System.String |
|
HighlightStroke
Declaration
[JsonProperty("HighlightStroke")]
public string HighlightStroke { get; set; }
Property Value
Type |
Description |
System.String |
|
Radius
Declaration
[JsonProperty("radius")]
public double Radius { get; set; }
Property Value
Type |
Description |
System.Double |
|
SelectionColor
Declaration
[JsonProperty("selectionColor")]
public string SelectionColor { get; set; }
Property Value
Type |
Description |
System.String |
|
SelectionStroke
Declaration
[JsonProperty("selectionStroke")]
public string SelectionStroke { get; set; }
Property Value
Type |
Description |
System.String |
|
SelectionStrokeWidth
Declaration
[JsonProperty("selectionStrokeWidth")]
public double SelectionStrokeWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
Stroke
Declaration
[JsonProperty("stroke")]
public string Stroke { get; set; }
Property Value
Type |
Description |
System.String |
|
StrokeThickness
Declaration
[JsonProperty("strokeThickness")]
public double StrokeThickness { get; set; }
Property Value
Type |
Description |
System.Double |
|
ValuePath
Declaration
[JsonProperty("valuePath")]
public string ValuePath { get; set; }
Property Value
Type |
Description |
System.String |
|