NativeImage.Width 属性

定义

获取本机广告的图标或主图像的宽度。

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

属性值

Int32

int

本机广告的图标或主图像的宽度。

适用于