menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class TilePropertiesBase

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

    Constructors

    TilePropertiesBase()

    Initializes a new instance of the TilePropertiesBase class.

    Declaration
    public TilePropertiesBase()

    Properties

    AllowSelection

    Specifies whether the tile selectable to be select or not.

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

    true if [select the tile]; otherwise, false.

    BackgroundColor

    Specifies the backgroundcolor of tile.

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

    The backgroundcolor.

    BadgeModel

    Declaration
    [JsonProperty("badge")]
    [HtmlAttributeName("badge")]
    public TileBadgeProperties BadgeModel { get; set; }
    Property Value
    Type Description
    TileBadgeProperties

    CaptionModel

    Declaration
    [JsonProperty("caption")]
    [HtmlAttributeName("caption")]
    public TileCaptionProperties CaptionModel { get; set; }
    Property Value
    Type Description
    TileCaptionProperties

    EnablePersistence

    Saves current model value to browser cookies for state maintains. While refreshing the page retains the model value applies from browser cookies.

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

    true if [enable persistence]; otherwise, false.

    Height

    Customize the tile height

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

    The tile height value

    ImageClass

    Specifies Tile imageclass, using this property we can give images for each tile through css classes.

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

    The image class.

    ImagePosition

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

    ImageTemplateId

    Specifies the tile image in outside template content.

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

    The image template Id.

    ImageUrl

    Specifies the file name of tile image.

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

    The image URL.

    LiveTileModel

    Declaration
    [JsonProperty("liveTile")]
    [HtmlAttributeName("live-tile")]
    public LiveTileProperties LiveTileModel { get; set; }
    Property Value
    Type Description
    LiveTileProperties

    ShowRoundedCorner

    Specifies whether the tile roundcorner to be set or not.

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

    true if [set round corner to tile]; otherwise, false.

    ShowText

    Specifies whether the tile text to be shown or hidden.

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

    true if [show the tile text]; otherwise, false.

    Text

    Changes the text of a tile.

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

    The tile text.

    TextAlignment

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

    TileSize

    Specifies the size of a tile. i.e small, medium, large or wide.

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

    The size of a tile.

    Width

    Customize the tile width

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

    The tile width value

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