menu

UWP

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

    Show / Hide Table of Contents

    Class SfSplitMosaicTile

    SplitMosaicTile Control resembles the Contacts group tile in Windows Phone home screen. It will display a collection of images in 3 horizontally stretched tiles. Each tile will flip themselves randomly to bring a new image.

    Inheritance
    System.Object
    HeaderedContentControl
    HubTileBase
    SfSplitMosaicTile
    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 SfSplitMosaicTile : HubTileBase

    Constructors

    SfSplitMosaicTile()

    Initializes a new instance of the SfSplitMosaicTile class.

    Declaration
    [ClassReference(IsReviewed = false)]
    public SfSplitMosaicTile()

    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.SplitMosaicTile.

    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

    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.SplitMosaicTile

    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