Class HubTileBase
Serves as a base for the Syncfusion.UI.Xaml.Controls.Notification.HubTile class.
Inherited Members
Namespace: Syncfusion.Windows.Controls.Notification
Assembly: Syncfusion.SfHubTile.Wpf.dll
Syntax
public class HubTileBase : HeaderedContentControl
Constructors
HubTileBase()
Declaration
public HubTileBase()
Fields
AccentBrushProperty
Using a DependencyProperty as the backing store for AccentBrush. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty AccentBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
CommandParameterProperty
Using a DependencyProperty as the backing store for CommandParameter. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty CommandParameterProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
CommandProperty
Using a DependencyProperty as the backing store for Command. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty CommandProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty | The default value is null |
GroupNameProperty
Using a DependencyProperty as the backing store for GroupName. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty GroupNameProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ImageSourceProperty
Using a DependencyProperty as the backing store for ImageSource. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ImageSourceProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
IsFrozenProperty
Using a DependencyProperty as the backing store for IsFrozen. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty IsFrozenProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
OverrideDefaultStatesProperty
Using a DependencyProperty as the backing store for OverrideDefaultStates. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty OverrideDefaultStatesProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ScaleDepthProperty
Using a DependencyProperty as the backing store for ScaleDepth. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ScaleDepthProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
TilePressDurationProperty
Using a DependencyProperty as the backing store for Duration. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty TilePressDurationProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
TitleProperty
Using a DependencyProperty as the backing store for Title. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty TitleProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
TitleStyleProperty
Using a DependencyProperty as the backing store for TitleStyle. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty TitleStyleProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
AccentBrush
Gets or sets the accent brush.
Declaration
public Brush AccentBrush { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The accent brush. |
Command
Gets or sets the command to be executed when the Syncfusion.UI.Xaml.Controls.Notification.HubTile is pressed.
Declaration
public ICommand Command { get; set; }
Property Value
Type |
---|
System.Windows.Input.ICommand |
CommandParameter
Gets or sets the value for the parameter of the command.
Declaration
public object CommandParameter { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
GroupName
Gets or sets the name of the group.
Declaration
public string GroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the group. |
ImageSource
Gets or sets the image to display in the tile.
Declaration
public ImageSource ImageSource { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.ImageSource | The image source. |
IsFrozen
Gets or sets a value indicating whether this instance is frozen.
Declaration
public bool IsFrozen { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
OverrideDefaultStates
Gets or sets a value indicating whether to override default states of the tile.
Declaration
public bool OverrideDefaultStates { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ScaleDepth
Gets or sets the scale depth.
Declaration
public double ScaleDepth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The scale depth. |
Storyboard
Gets or internal set the Storyboard.
Declaration
public Storyboard Storyboard { get; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Animation.Storyboard | The storyboard. |
TilePressDuration
Gets or sets the duration of the tile press.
Declaration
public TimeSpan TilePressDuration { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan | The duration of the tile press. |
Title
Gets or sets the title to show in the tile.
Declaration
public object Title { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The title. |
TitleStyle
Gets or sets the title style.
Declaration
public Style TitleStyle { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Style | The title style. |
Methods
Dispose()
Represents dispose method for disposing unwanted objects.
Declaration
public void Dispose()
OnIsFrozenChanged(DependencyPropertyChangedEventArgs)
Invoked when the IsFrozen property is changed
Declaration
protected virtual void OnIsFrozenChanged(DependencyPropertyChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyPropertyChangedEventArgs | e | The Event Arguments |
OnLostMouseCapture(MouseEventArgs)
Invoked when the focus is lost
Declaration
protected override void OnLostMouseCapture(MouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseEventArgs | e | The Event Arguments |
OnMouseEnter(MouseEventArgs)
Invoked when the Pointer entered
Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseEventArgs | e | The Event Arguments |
OnMouseLeave(MouseEventArgs)
Invoked when the Pointer exited
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseEventArgs | e | The Event Arguments |
OnMouseLeftButtonDown(MouseButtonEventArgs)
Invoked when the Pointer is pressed
Declaration
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseButtonEventArgs | e | The Event Arguments |
OnMouseLeftButtonUp(MouseButtonEventArgs)
Invoked when the Pointer is released
Declaration
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseButtonEventArgs | e | The Event Arguments |
Events
Click
Invokes the method for routed events
Declaration
public event RoutedEventHandler Click
Event Type
Type |
---|
System.Windows.RoutedEventHandler |