UserPictureSize 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ユーザー画像のサイズを表します。
public enum class UserPictureSize
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class UserPictureSize
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum UserPictureSize
var value = Windows.System.UserPictureSize.size64x64
Public Enum UserPictureSize
- 継承
-
UserPictureSize
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
フィールド
Size1080x1080 | 3 | 画像のサイズは 1080x1080 です。 |
Size208x208 | 1 | 画像のサイズは 208 x 208 です。 |
Size424x424 | 2 | 画像のサイズは 424 x 424 です。 |
Size64x64 | 0 | 画像のサイズは 64 x 64 です。 |