次の方法で共有


StoreVideo.Height プロパティ

定義

ビデオの高さをピクセル単位で取得します。

public:
 property unsigned int Height { unsigned int get(); };
uint32_t Height();
public uint Height { get; }
var uInt32 = storeVideo.height;
Public ReadOnly Property Height As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

ビデオの高さ。

適用対象