menu

UWP

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

    Show / Hide Table of Contents

    Class MosaicTileContent

    Represents a MosaicTileContent Control

    Inheritance
    System.Object
    MosaicTileContent
    Namespace: Syncfusion.UI.Xaml.Controls.Notification
    Assembly: Syncfusion.SfHubTile.UWP.dll
    Syntax
    public class MosaicTileContent : DependencyObject

    Fields

    BackgroundProperty

    Using a DependencyProperty as the backing store for Background. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty BackgroundProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    HorizontalImageAlignmentProperty

    Using a DependencyProperty as the backing store for HorizontalImageAlignment. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty HorizontalImageAlignmentProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ImageHeightProperty

    Using a DependencyProperty as the backing store for ImageHeight. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ImageHeightProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ImageProperty

    Using a DependencyProperty as the backing store for Image. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ImageProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ImageWidthProperty

    Using a DependencyProperty as the backing store for ImageWidth. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ImageWidthProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    OpacityProperty

    Using a DependencyProperty as the backing store for Opacity. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty OpacityProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    VerticalImageAlignmentProperty

    Using a DependencyProperty as the backing store for VerticalImageAlignment. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty VerticalImageAlignmentProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    Background

    Gets or sets the background.

    Declaration
    public Brush Background { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.Media.Brush

    The background.

    HorizontalImageAlignment

    Gets or sets the horizontal alignment of the image.

    Declaration
    public HorizontalAlignment HorizontalImageAlignment { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.HorizontalAlignment

    The horizontal image alignment.

    Image

    Gets or sets the image.

    Declaration
    public ImageSource Image { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.Media.ImageSource

    The image.

    ImageHeight

    Gets or sets the height of the image.

    Declaration
    public double ImageHeight { get; set; }
    Property Value
    Type Description
    System.Double

    The height of the image.

    ImageWidth

    Gets or sets the width of the image.

    Declaration
    public double ImageWidth { get; set; }
    Property Value
    Type Description
    System.Double

    The width of the image.

    Opacity

    Gets or sets the opacity.

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double

    The opacity.

    VerticalImageAlignment

    Gets or sets the vertical alignment of the image.

    Declaration
    public VerticalAlignment VerticalImageAlignment { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.VerticalAlignment

    The vertical image alignment.

    Extension Methods

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