Positions Enum
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.
Specifies where a BackgroundImage is drawn when BackgroundRepeat is set to Clip.
public enum class Positions
public enum Positions
type Positions =
Public Enum Positions
- Inheritance
-
Positions
Fields
Name | Value | Description |
---|---|---|
Default | 0 | The position is Default. |
Top | 1 | The position is Top. |
TopLeft | 2 | The position is TopLeft. |
TopRight | 3 | The position is TopRight. |
Left | 4 | The position is Left. |
Center | 5 | The position is Center. |
Right | 6 | The position is Right. |
BottomRight | 7 | The position is BottomRight. |
Bottom | 8 | The position is Bottom. |
BottomLeft | 9 | The position is BottomLeft. |