SocialItemThumbnail.BitmapSize Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o tamanho da imagem de bitmap em miniatura.
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
Valor da propriedade
O tamanho da imagem de bitmap em miniatura.
- Atributos