SocialItemThumbnail.BitmapSize Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la taille de l’image bitmap miniature.
public:
property BitmapSize BitmapSize { BitmapSize get(); void set(BitmapSize value); };
BitmapSize BitmapSize();
void BitmapSize(BitmapSize value);
/// [get: Windows.Foundation.Metadata.Deprecated("ISocialItemThumbnail 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("ISocialItemThumbnail is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
BitmapSize BitmapSize();
void BitmapSize(BitmapSize value);
public BitmapSize BitmapSize { get; set; }
public BitmapSize BitmapSize { [Windows.Foundation.Metadata.Deprecated("ISocialItemThumbnail 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("ISocialItemThumbnail 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 bitmapSize = socialItemThumbnail.bitmapSize;
socialItemThumbnail.bitmapSize = bitmapSize;
Public Property BitmapSize As BitmapSize
Valeur de propriété
Taille de l’image bitmap miniature.
- Attributs