Class TileCaptionProperties
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 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 |
|
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
[JsonProperty("position")]
[JsonConverter(typeof(StringEnumConverter))]
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 |