Class InfoBadge
public class InfoBadge : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
- Inheritance
-
InfoBadge
- Implements
- Inherited Members
Fields
CornerRadiusProperty
Identifies the CornerRadius dependency property.
public static readonly DependencyProperty CornerRadiusProperty
Field Value
IconProperty
Identifies the Icon dependency property.
public static readonly DependencyProperty IconProperty
Field Value
SeverityProperty
Identifies the Severity dependency property.
public static readonly DependencyProperty SeverityProperty
Field Value
ValueProperty
Identifies the Value dependency property.
public static readonly DependencyProperty ValueProperty
Field Value
Properties
CornerRadius
Gets or sets the title of the CornerRadius.
public CornerRadius CornerRadius { get; set; }
Property Value
Icon
Gets or sets displayed IconElement.
[Bindable(true)]
public IconElement? Icon { get; set; }
Property Value
Severity
Gets or sets the title of the Severity.
public InfoBadgeSeverity Severity { get; set; }
Property Value
Value
Gets or sets the title of the Value.
public string Value { get; set; }