SocialFeedItem.BadgeStyle Property

Definition

Gets or sets the badge style for the app.

public:
 property SocialItemBadgeStyle BadgeStyle { SocialItemBadgeStyle get(); void set(SocialItemBadgeStyle value); };
SocialItemBadgeStyle BadgeStyle();

void BadgeStyle(SocialItemBadgeStyle value);
/// [get: Windows.Foundation.Metadata.Deprecated("ISocialFeedItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("ISocialFeedItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
SocialItemBadgeStyle BadgeStyle();

void BadgeStyle(SocialItemBadgeStyle value);
public SocialItemBadgeStyle BadgeStyle { get; set; }
public SocialItemBadgeStyle BadgeStyle { [Windows.Foundation.Metadata.Deprecated("ISocialFeedItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")] get; [Windows.Foundation.Metadata.Deprecated("ISocialFeedItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")] set; }
var socialItemBadgeStyle = socialFeedItem.badgeStyle;
socialFeedItem.badgeStyle = socialItemBadgeStyle;
Public Property BadgeStyle As SocialItemBadgeStyle

Property Value

The badge style for the app.

Attributes

Applies to