Class MobileTileProperties
Tile Properties
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.Mobile.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class MobileTileProperties : TilePropertiesBase
Constructors
MobileTileProperties()
Declaration
public MobileTileProperties()
Properties
ImagePath
Gets or sets the image path.
Declaration
[JsonProperty("imagePath")]
public string ImagePath { get; set; }
Property Value
Type | Description |
---|---|
System.String | The image path. |
RenderMode
Gets or sets the render mode.
Declaration
[JsonProperty("renderMode")]
[JsonConverter(typeof(StringEnumConverter))]
public RenderMode RenderMode { get; set; }
Property Value
Type | Description |
---|---|
RenderMode | The render mode. |
TouchEnd
Gets or sets the touch end.
Declaration
[JsonProperty("touchEnd")]
public string TouchEnd { get; set; }
Property Value
Type | Description |
---|---|
System.String | The touch end. |
TouchStart
Gets or sets the touch start.
Declaration
[JsonProperty("touchStart")]
public string TouchStart { get; set; }
Property Value
Type | Description |
---|---|
System.String | The touch start. |