Version

NotificationBadgeSettingsResolved Class Members

The following tables list the members exposed by NotificationBadgeSettingsResolved.

Public Constructors
 NameDescription
Public ConstructorNotificationBadgeSettingsResolved ConstructorInitializes new NotificationBadgeSettingsResolved object  
Public Properties
 NameDescription
Public PropertyBorderStyleReturns the resolved BorderStyle  
Public PropertyDisplayShadowReturns the resolved DisplayShadow  
Public PropertyPreferredDisplayAreaReturns the resolved PreferredDisplayArea  
Public PropertyPreferredDisplayPositionReturns the resolved PreferredDisplayPosition  
Public PropertyVisibilityReturns the resolved Visibility  
Public Methods
 NameDescription
Public MethodDisposeDisposes the NotificationBadgeSettingsResolved  
Public MethodResolveAppearanceResolves the appearance for the NotificationBadge UIElement  
Protected Methods
 NameDescription
Protected MethodMergeDefaultAppearanceResolve the default appearance for the Notification Badge. The method is virtual as it may make sense to provide different defaults for different controls depending on the context.  
Protected MethodResolveAppearanceForOwnerResolves the appearance for the for the specified owner  
Protected MethodResolveBorderStyleResolves the BorderStyle property  
Protected MethodResolveDisplayShadowResolves the DisplayShadow property  
Protected MethodResolvePreferredDisplayAreaResolves the PreferredDisplayArea property  
Protected MethodResolvePreferredDisplayPositionResolves the PreferredDisplayPosition property  
Protected MethodResolveVisibilityResolves the Visibility property  
See Also