다음을 통해 공유


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

네이티브 광고의 아이콘 또는 기본 이미지 너비입니다.

적용 대상