BackgroundSizing Enumeration
Defines how a background is drawn relative to its border.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public enum BackgroundSizing
Public Enumeration BackgroundSizing
type BackgroundSizing
Members
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. |
CenterBorder | 2 | The background is drawn to the midpoint (center) of the border. |