Class SfMosaicTile
MosaicTile control resembles the people tile in Windows phone home screen. It displays a collection of images in tile structure. Each tile will show a flip transition and show image randomly.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Controls.Notification
Assembly: Syncfusion.SfHubTile.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public class SfMosaicTile : HubTileBase
Constructors
SfMosaicTile()
Initializes a new instance of the SfMosaicTile class.
Declaration
[ClassReference(IsReviewed = false)]
public SfMosaicTile()
Fields
AccentBrushProperty
Using a DependencyProperty as the backing store for AccentBrush. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty AccentBrushProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
BitmapImageListProperty
Using a DependencyProperty as the backing store for BitmapImageList. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty BitmapImageListProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
ImageListProperty
Using a DependencyProperty as the backing store for ImageList. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ImageListProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
IntervalProperty
Using a DependencyProperty as the backing store for Duration. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty IntervalProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
IsBitmapImageListProperty
Using a DependencyProperty as the backing store for IsBitmapImageList. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty IsBitmapImageListProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
AccentBrush
Gets or sets the brush to show when the same image is repeating
Declaration
public Brush AccentBrush { get; set; }
Property Value
Type | Description |
---|---|
Windows.UI.Xaml.Media.Brush | The default value is Windows.UI.Colors.Transparent |
BitmapImageList
Gets or sets the ImageList that holds the collection of images to display with Syncfusion.UI.Xaml.Controls.Notification.MosaicTile.
Declaration
public BitmapImageList BitmapImageList { get; set; }
Property Value
Type | Description |
---|---|
BitmapImageList | The default value is null. |
ImageList
Gets or sets the ImageList that holds the collection of images to display with Syncfusion.UI.Xaml.Controls.Notification.MosaicTile.
Declaration
public ImageList ImageList { get; set; }
Property Value
Type | Description |
---|---|
ImageList | The default value is null. |
Interval
Gets or sets the number of milliseconds to wait before initiating a post back.
Declaration
[ClassReference(IsReviewed = false)]
public TimeSpan Interval { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan | It accepts the type of System.TimeSpan, The default values is 0 System.TimeSpan.Milliseconds. |
IsBitmapImageList
Gets or sets a value indicating whether the list is BitmapImageList or not.
Declaration
public bool IsBitmapImageList { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false. While you add image collection as Image list and set IsBitmapImageList property is true. |
Methods
CheckForExistence(String)
Checks if there exists children for the MosaicTileContent
Declaration
public bool CheckForExistence(string image)
Parameters
Type | Name | Description |
---|---|---|
System.String | image | Checking the specified image is exist |
Returns
Type | Description |
---|---|
System.Boolean |
|
CheckForExistence(ImageSource, String)
Checks if there exists children for the MosaicTileContent
Declaration
public bool CheckForExistence(ImageSource imagesource, string imageurl)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Media.ImageSource | imagesource | Checking the specified image source is exists |
System.String | imageurl | Checking the image is exists in the specified url |
Returns
Type | Description |
---|---|
System.Boolean |
|
Dispose()
Represents dispose method for disposing unwanted objects
Declaration
public void Dispose()
Dispose(Boolean)
Dispose unused objects
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Argument to dispose the unused object |
OnApplyTemplate()
Initializes all the child elements of the Syncfusion.UI.Xaml.Controls.Notification.MosaicTile
Declaration
protected override void OnApplyTemplate()
OnIsFrozenChanged(DependencyPropertyChangedEventArgs)
Invoked when the IsFrozen property is changed
Declaration
protected override void OnIsFrozenChanged(DependencyPropertyChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.DependencyPropertyChangedEventArgs | e | Event Arguments |