Partager via


SocialFeedItem.Style Propriété

Définition

Obtient ou définit le style de cet élément, tel que la photo ou la valeur par défaut.

public:
 property SocialFeedItemStyle Style { SocialFeedItemStyle get(); void set(SocialFeedItemStyle value); };
SocialFeedItemStyle Style();

void Style(SocialFeedItemStyle 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")]
SocialFeedItemStyle Style();

void Style(SocialFeedItemStyle value);
public SocialFeedItemStyle Style { get; set; }
public SocialFeedItemStyle Style { [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 socialFeedItemStyle = socialFeedItem.style;
socialFeedItem.style = socialFeedItemStyle;
Public Property Style As SocialFeedItemStyle

Valeur de propriété

Style de cet élément.

Attributs

S’applique à