InfoBadgeTemplateSettings Class

Definition

Provides calculated values that can be referenced as TemplatedParent sources when defining templates for an InfoBadge.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class InfoBadgeTemplateSettings : DependencyObject
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class InfoBadgeTemplateSettings : DependencyObject
Public Class InfoBadgeTemplateSettings
Inherits DependencyObject
Inheritance
InfoBadgeTemplateSettings
Attributes

Constructors

InfoBadgeTemplateSettings()

Initializes a new instance of the InfoBadgeTemplateSettings class.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

Properties

IconElement

Gets or sets the icon element for an InfoBadge.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

IconElementProperty

Identifies the InfoBadgeTemplateSettings.IconElement dependency property.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

InfoBadgeCornerRadius

Gets or sets the corner radius for an InfoBadge.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

InfoBadgeCornerRadiusProperty

Identifies the InfoBadgeTemplateSettings.InfoBadgeCornerRadius dependency property.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

Applies to

See also