Class LiveTileProperties
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
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 |
|
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. |