Class MosaicTileContent
Represents a MosaicTileContent Control
Inheritance
Namespace: Syncfusion.Windows.Controls.Notification
Assembly: Syncfusion.SfHubTile.Wpf.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 |
---|
System.Windows.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 |
---|
System.Windows.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 |
---|
System.Windows.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 |
---|
System.Windows.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 |
---|
System.Windows.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 |
---|
System.Windows.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 |
---|
System.Windows.DependencyProperty |
Properties
Background
Gets or sets the background.
Declaration
public Brush Background { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The background. |
HorizontalImageAlignment
Gets or sets the horizontal alignment of the image.
Declaration
public HorizontalAlignment HorizontalImageAlignment { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.HorizontalAlignment | The horizontal image alignment. |
Image
Gets or sets the image.
Declaration
public ImageSource Image { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.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 |
---|---|
System.Windows.VerticalAlignment | The vertical image alignment. |