Class ImageCard
Inheritance
System.Object
ImageCard
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ImageCard : Card
Constructors
Fields
Declaration
public static readonly DependencyProperty CardOrientationProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ImageDisplayModeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ImageSourceProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public CardOrientation CardOrientation { get; set; }
Property Value
Declaration
public ImageDisplayMode ImageDisplayMode { get; set; }
Property Value
Declaration
public ImageSource ImageSource { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.ImageSource
|
Methods
Declaration
protected override void OnApplyTemplate()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
Declaration
protected virtual void UpdateVisualStates(bool useTransitions)
Parameters
|
System.Boolean
useTransitions
|
Extension Methods