Class RadHexHubTile
Inheritance
System.Object
RadHexHubTile
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadHexHubTile : HubTileBase
Constructors
Fields
Declaration
public static readonly DependencyProperty ImageSourceProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty LengthProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public ImageSource ImageSource { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.ImageSource
|
Declaration
public double Length { get; set; }
Property Value
Declaration
public HexOrientation Orientation { get; set; }
Property Value
Declaration
public double StrokeThickness { get; set; }
Property Value
Methods
Declaration
protected override bool ApplyTemplateCore()
Returns
Overrides
Declaration
protected override string ComposeVisualStateName()
Returns
Overrides
Declaration
protected override void OnBackContentChanged(object newBackContent, object oldBackContent)
Parameters
|
System.Object
newBackContent
|
|
System.Object
oldBackContent
|
Overrides
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
Declaration
protected override void OnIsFlippedChanged(bool newValue, bool oldValue)
Parameters
|
System.Boolean
newValue
|
|
System.Boolean
oldValue
|
Overrides
Declaration
protected override void UpdateIsFlipped(bool animate)
Parameters
Overrides
Extension Methods