Summary
Describes how a
TileBrush
is tiled.
- Namespace
- Avalonia
.Media - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph BT
Type-->Base0["Enum"]
Base0-->Base1["ValueType"]
Base1-->Base2["object"]
Type-.->Interface0["IComparable"]
Type-.->Interface1["IFormattable"]
Type-.->Interface2["IConvertible"]
Type["TileMode"]
class Type type-node
Syntax
public enum TileMode
Fields
Name | Constant Value | Summary |
---|---|---|
FlipX | 1 |
The content will be repeated horizontally, with alternate tiles mirrored.
static
|
FlipXY | 3 |
The content will be repeated horizontally and vertically, with alternate tiles mirrored.
static
|
FlipY | 2 |
The content will be repeated vertically, with alternate tiles mirrored.
static
|
None | 0 |
A single repeat of the content will be displayed.
static
|
Tile | 4 |
The content will be repeated.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
HasAllFlags |
bool |
From EnumExtensions
|
HasAnyFlag |
bool |
From EnumExtensions
|
HasFlagCustom |
bool |
From EnumExtensions
|