Class Shape
Inheritance
System.Object
Shape
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
[Obsolete("Use Node properties")]
public class Shape : EJTagHelper
Constructors
Shape()
Declaration
Declaration
public Shape(Shapes type)
Parameters
Type |
Name |
Description |
Shapes |
type |
|
Fields
_mText
Declaration
Field Value
Properties
CornerRadius
Declaration
[JsonProperty("cornerRadius")]
[Obsolete("Use BasicShape.CornerRadius")]
public double CornerRadius { get; set; }
Property Value
Type |
Description |
System.Double |
|
PathData
Declaration
[JsonProperty("pathData")]
[Obsolete("Use BasicShape.PathData")]
public string PathData { get; set; }
Property Value
Type |
Description |
System.String |
|
PointCollection
Declaration
[Obsolete("Use BasicShape.Points")]
public virtual Collection PointCollection { get; }
Property Value
Points
Declaration
[JsonProperty("points")]
[Obsolete("Use BasicShape.Points")]
public Collection Points { get; set; }
Property Value
Src
Declaration
[Obsolete("Use ImageNode.Source")]
[JsonProperty("src")]
public string Src { get; set; }
Property Value
Type |
Description |
System.String |
|
TemplateId
Declaration
[JsonProperty("templateId")]
[Obsolete("Use NativeNode.TemplateId/HtmlNode.TemplateId")]
public string TemplateId { get; set; }
Property Value
Type |
Description |
System.String |
|
TextBlock
Declaration
[Obsolete("Use TextNode.TextBlock")]
[JsonProperty("textBlock")]
public TextBlock TextBlock { get; set; }
Property Value
Type
Declaration
[Obsolete("Use Node.Type")]
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("type")]
public Shapes Type { get; set; }
Property Value