menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MobileTileProperties

    Show / Hide Table of Contents

    Class MobileTileProperties

    Tile Properties

    Inheritance
    System.Object
    EJTagHelper
    PropertiesBase
    TilePropertiesBase
    MobileTileProperties
    Inherited Members
    TilePropertiesBase.AllowSelection
    TilePropertiesBase.BackgroundColor
    TilePropertiesBase.ShowRoundedCorner
    TilePropertiesBase.ImageUrl
    TilePropertiesBase.TileSize
    TilePropertiesBase.ImageTemplateId
    TilePropertiesBase.EnablePersistence
    TilePropertiesBase.ShowText
    TilePropertiesBase.ImageClass
    TilePropertiesBase.Text
    TilePropertiesBase.TextAlignment
    TilePropertiesBase.ImagePosition
    TilePropertiesBase.Width
    TilePropertiesBase.Height
    TilePropertiesBase.BadgeModel
    TilePropertiesBase.CaptionModel
    TilePropertiesBase.LiveTileModel
    PropertiesBase.Create
    PropertiesBase.Destroy
    PropertiesBase.CssClass
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved