Class TilePropertiesBase
Inheritance
Inherited Members
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 |
|
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 |
|
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
[HtmlAttributeName("live-tile")]
[JsonProperty("liveTile")]
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 |
|
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 |
|
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
[JsonProperty("tileSize")]
[JsonConverter(typeof(StringEnumConverter))]
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 |