Enum BackgroundSizing
Defines how a background is drawn relative to its border.
public enum BackgroundSizing
Fields
CenterBorder = 2
The background is drawn to the midpoint (center) of the border.
InnerBorderEdge = 0
The background is drawn up to the inside edge of the border.
OuterBorderEdge = 1
The background is drawn completely to the outside edge of the border.