Class MosaicTilePart
Inheritance
System.Object
MosaicTilePart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class MosaicTilePart : RadControl
Constructors
Fields
Declaration
public static readonly DependencyProperty BackContentProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty BackContentTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty FrontContentProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty FrontContentTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public object BackContent { get; set; }
Property Value
Declaration
public DataTemplate BackContentTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
Declaration
public object FrontContent { get; set; }
Property Value
Declaration
public DataTemplate FrontContentTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
Declaration
public bool IsInFrontState { get; }
Property Value
Methods
Declaration
protected virtual void OnBackContentChanged(object newContent, object oldContent)
Parameters
|
System.Object
newContent
|
|
System.Object
oldContent
|
Declaration
protected virtual void OnFrontContentChanged(object newContent, object oldContent)
Parameters
|
System.Object
newContent
|
|
System.Object
oldContent
|
Declaration
protected override void OnTemplateApplied()
Overrides
Extension Methods