次の方法で共有


NativeImage.Height プロパティ

定義

ネイティブ広告のアイコンまたはメイン 画像の高さを取得します。

public:
 property int Height { int get(); };
int Height();
public int Height { get; }
var int32 = nativeImage.height;
Public ReadOnly Property Height As Integer

プロパティ値

System.Int32

ネイティブ広告のアイコンまたはメイン画像の高さ。

適用対象