Class Picture
Inheritance
System.Object
Picture
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.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class Picture
Constructors
Picture()
Declaration
public Picture()
Properties
BColor
Declaration
[JsonProperty("bcolor")]
public string BColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BStyle
Declaration
[JsonProperty("bstyle")]
public string BStyle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BWidth
Declaration
[JsonProperty("bwidth")]
public string BWidth { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Data
Declaration
[JsonProperty("data")]
public int Data { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Height
Declaration
[JsonProperty("height")]
public int Height { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Id
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Left
Declaration
[JsonProperty("left")]
public int Left { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Top
Declaration
[JsonProperty("top")]
public int Top { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Width
Declaration
[JsonProperty("width")]
public int Width { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |