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