menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class LiveTileProperties

    Inheritance
    System.Object
    EJTagHelper
    LiveTileProperties
    Inherited Members
    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
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class LiveTileProperties : EJTagHelper

    Constructors

    LiveTileProperties()

    Declaration
    public LiveTileProperties()

    LiveTileProperties(LiveTileProperties)

    Declaration
    public LiveTileProperties(LiveTileProperties webLiveTileProperties)
    Parameters
    Type Name Description
    LiveTileProperties webLiveTileProperties

    Properties

    Enabled

    Specifies whether to enable livetile or not.

    Declaration
    [JsonProperty("enabled")]
    public bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [enable live tile]; otherwise, false.

    ImageClass

    Specifies liveTile images in css classes.

    Declaration
    [JsonProperty("imageClass")]
    public List<string> ImageClass { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    The images class.

    ImageTemplateId

    Specifies liveTile images in templates content.

    Declaration
    [JsonProperty("imageTemplateId")]
    public List<string> ImageTemplateId { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    The template images content.

    ImageUrl

    Specifies liveTile images name.

    Declaration
    [JsonProperty("imageUrl")]
    public List<string> ImageUrl { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    The images name.

    Text

    Specifies liveTile text.

    Declaration
    [JsonProperty("text")]
    public List<string> Text { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    The live tile text.

    Type

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("type")]
    public LiveTileType Type { get; set; }
    Property Value
    Type Description
    LiveTileType

    UpdateInterval

    Specifies time interval between two successive livetile animation

    Declaration
    [JsonProperty("updateInterval")]
    public double UpdateInterval { get; set; }
    Property Value
    Type Description
    System.Double

    The time intervel for updating.

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