AI-generated Key Takeaways
-
BorderStyle is an enumeration used to describe the border of HTML elements surrounding an ad displayed by an AdUnit.
-
The enumeration provides four different border styles: DEFAULT, NOT_ROUNDED, SLIGHTLY_ROUNDED, and VERY_ROUNDED.
-
The Namespace for BorderStyle is
https://www.google.com/apis/ads/publisher/v202508
.
Describes the border of the HTML elements used to surround an ad displayed by the AdUnit.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
Enumeration | Description |
---|---|
DEFAULT
|
Uses the default border-style of the browser. |
NOT_ROUNDED
|
Uses a cornered border-style. |
SLIGHTLY_ROUNDED
|
Uses a slightly rounded border-style. |
VERY_ROUNDED
|
Uses a rounded border-style. |