ClassRadHexHubTile
Defines a hexagonal tile with a picture, title, message and notification count. Similar to Mail, Messaging or Internet Explorer.
Definition
Namespace:Telerik.UI.Xaml.Controls.Primitives
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class RadHexHubTile : HubTileBase
Inheritance: objectRadControlHubTileBaseRadHexHubTile
Inherited Members
Constructors
RadHexHubTile()
Initializes a new instance of the RadHexHubTile class.
Declaration
public RadHexHubTile()
Fields
ImageSourceProperty
Identifies the ImageSource dependency property.
Declaration
public static readonly DependencyProperty ImageSourceProperty
Field Value
DependencyProperty
LengthProperty
Identifies the Length dependency property.
Declaration
public static readonly DependencyProperty LengthProperty
Field Value
DependencyProperty
OrientationProperty
Identifies the Orientation dependency property.
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
DependencyProperty
StrokeThicknessProperty
Identifies the StrokeThickness dependency property.
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
DependencyProperty
Properties
ImageSource
Gets or sets the source of the image.
Declaration
public ImageSource ImageSource { get; set; }
Property Value
ImageSource
Length
Gets or sets the longest dimension of the hexagon.
Orientation
Gets or sets the orientation of the hexagon.
Declaration
public HexOrientation Orientation { get; set; }
Property Value
StrokeThickness
Gets or sets the thickness of the hexagon border.
Methods
ApplyTemplateCore()
Resolves the ControlTemplate parts.
ComposeVisualStateName()
Builds the current visual state for this instance.
Declaration
protected override string ComposeVisualStateName()
Returns
Overrides
OnBackContentChanged(object, object)
A virtual callback that is called when the BackContent property changes.
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides
OnIsFlippedChanged(bool, bool)
This callback is invoked when IsFlipped is changed.
OnTapped(TappedRoutedEventArgs)
Called before the event occurs.
Declaration
protected override void OnTapped(TappedRoutedEventArgs e)
Parameters
e
TappedRoutedEventArgs
Overrides
UpdateIsFlipped(bool)
Updates the value of the IsFlipped property.
Declaration
protected override void UpdateIsFlipped(bool animate)
Parameters
animate
Overrides