menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class TileProperties

    Inheritance
    System.Object
    EJTagHelper
    PropertiesBase
    TilePropertiesBase
    TileProperties
    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(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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class TileProperties : TilePropertiesBase

    Constructors

    TileProperties()

    Declaration
    public TileProperties()

    Properties

    HtmlAttributes

    specifies gets or sets HtmlAttributes.

    Declaration
    public IDictionary<string, object> HtmlAttributes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>

    Locale

    Defines the localization culture for the Tile.

    Declaration
    [JsonProperty("locale")]
    public string Locale { get; set; }
    Property Value
    Type Description
    System.String

    MouseDown

    Event triggers when the mousedown happens in the tile

    Declaration
    [JsonProperty("mouseDown")]
    public string MouseDown { get; set; }
    Property Value
    Type Description
    System.String

    MouseUp

    Event triggers when the mouseup happens in the tile.

    Declaration
    [JsonProperty("mouseUp")]
    public string MouseUp { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    GetControlDetails()

    Declaration
    protected override object GetControlDetails()
    Returns
    Type Description
    System.Object
    Overrides
    EJTagHelper.GetControlDetails()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved