AdPosition enumeration

Warning.

This is an archived version of the documentation. Actual documentation for all platforms can be found here.

The position of the banner.

Enumerations

public enum AdPosition

The position of the banner.

.
public enum AdPosition

The position of the banner.

.

Enumeration description

public enum AdPosition

public enum AdPosition
{
    TopLeft,
    TopCenter,
    TopRight,
    CenterLeft,
    Center,
    CenterRight,
    BottomLeft,
    BottomCenter,
    BottomRight
}

The position of the banner.

TopLeft

At the top-left corner.

TopCenter

In the top center.

TopRight

In the top-right corner.

CenterLeft
Centered in the left corner.
Center
In the center.
CenterRight
Centered in the right corner.
BottomLeft

In the bottom-left corner.

BottomCenter

In the bottom center.

BottomRight

In the bottom-right corner.