menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfMosaicTile - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Inheritance
    System.Object
    HeaderedContentControl
    HubTileBase
    SfMosaicTile
    Inherited Members
    HeaderedContentControl.Header
    HeaderedContentControl.HeaderProperty
    HeaderedContentControl.HeaderStyle
    HeaderedContentControl.HeaderStyleProperty
    HeaderedContentControl.HeaderTemplate
    HeaderedContentControl.HeaderTemplateProperty
    HeaderedContentControl.HeaderTemplateSelector
    HeaderedContentControl.HeaderTemplateSelectorProperty
    HubTileBase.Click
    HubTileBase.Command
    HubTileBase.CommandParameter
    HubTileBase.CommandParameterProperty
    HubTileBase.CommandProperty
    HubTileBase.GroupName
    HubTileBase.GroupNameProperty
    HubTileBase.ImageSource
    HubTileBase.ImageSourceProperty
    HubTileBase.IsFrozen
    HubTileBase.IsFrozenProperty
    HubTileBase.OnPointerCaptureLost(PointerRoutedEventArgs)
    HubTileBase.OnPointerEntered(PointerRoutedEventArgs)
    HubTileBase.OnPointerExited(PointerRoutedEventArgs)
    HubTileBase.OnPointerPressed(PointerRoutedEventArgs)
    HubTileBase.OnPointerReleased(PointerRoutedEventArgs)
    HubTileBase.OnTapped(TappedRoutedEventArgs)
    HubTileBase.OverrideDefaultStates
    HubTileBase.OverrideDefaultStatesProperty
    HubTileBase.RotationDepth
    HubTileBase.RotationDepthProperty
    HubTileBase.ScaleDepth
    HubTileBase.ScaleDepthProperty
    HubTileBase.Storyboard
    HubTileBase.TilePressDuration
    HubTileBase.TilePressDurationProperty
    HubTileBase.Title
    HubTileBase.TitleProperty
    HubTileBase.TitleStyle
    HubTileBase.TitleStyleProperty
    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

    true if element exists; otherwise, false

    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

    true if element exists; otherwise, false

    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

    Overrides
    HubTileBase.OnIsFrozenChanged(DependencyPropertyChangedEventArgs)

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved