menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class TileCaptionProperties

    Inheritance
    System.Object
    EJTagHelper
    TileCaptionProperties
    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 TileCaptionProperties : EJTagHelper

    Constructors

    TileCaptionProperties()

    Section for caption specific functionalities and it represents the notification for tile items.

    Declaration
    public TileCaptionProperties()

    Properties

    Alignment

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

    Enabled

    Specifies whether to enable caption or not.

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

    true if [enable the caption]; otherwise, false.

    Icon

    Sets icon for tile caption.

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

    The icon

    Position

    Sets caption position for tile.

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

    The caption position

    Text

    Sets text for tile .

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

    The text

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