NativeImage.Width Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the width of the icon or main image for the native ad.
public:
property int Width { int get(); };
int Width();
public int Width { get; }
var int32 = nativeImage.width;
Public ReadOnly Property Width As Integer
Property Value
Int32
int
The width of the icon or main image for the native ad.