Class RadBadge
Inheritance
System.Object
RadBadge
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadBadge : RadContentControl
Constructors
Fields
Declaration
public static readonly DependencyProperty BadgeTypeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty GeometryProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty InheritDataContextProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty PlayChangeAnimationCommandProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty StrokeDashArrayProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty TextAlignmentProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public BadgeType BadgeType { get; set; }
Property Value
Declaration
public Geometry Geometry { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Geometry
|
Declaration
public bool InheritDataContext { get; set; }
Property Value
Declaration
public DelegateCommand PlayChangeAnimationCommand { get; set; }
Property Value
Declaration
public Brush Stroke { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
Declaration
public DoubleCollection StrokeDashArray { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.DoubleCollection
|
Declaration
public double StrokeThickness { get; set; }
Property Value
Declaration
public TextAlignment TextAlignment { get; set; }
Property Value
|
Microsoft.UI.Xaml.TextAlignment
|
Methods
Declaration
protected override Size MeasureOverride(Size constraint)
Parameters
|
Windows.Foundation.Size
constraint
|
Returns
Declaration
protected override void OnApplyTemplate()
Overrides
Declaration
protected virtual void OnChangeAnimationRequested()
Declaration
protected override void OnContentChanged(object oldContent, object newContent)
Parameters
|
System.Object
oldContent
|
|
System.Object
newContent
|
Declaration
protected override void OnContentTemplateChanged(DataTemplate oldContentTemplate, DataTemplate newContentTemplate)
Parameters
|
Microsoft.UI.Xaml.DataTemplate
oldContentTemplate
|
|
Microsoft.UI.Xaml.DataTemplate
newContentTemplate
|
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
Declaration
protected virtual void OnLoadAnimationRequested()
Declaration
protected override void OnLoaded(object sender, RoutedEventArgs e)
Parameters
|
System.Object
sender
|
|
Microsoft.UI.Xaml.RoutedEventArgs
e
|
Overrides
Extension Methods