Summary
Defines constants that specify the filter type for a
CornerRadiusFilterConverter
instance.
- Namespace
- Avalonia
.Controls .Converters - 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["CornerRadiusFilterKinds"]
class Type type-node
Syntax
[Flags]
public enum CornerRadiusFilterKinds
Attributes
Type | Description |
---|---|
FlagsAttribute |
Fields
Name | Constant Value | Summary |
---|---|---|
BottomLeft | 4 |
Filters BottomLeft value.
static
|
BottomRight | 8 |
Filters BottomRight value.
static
|
None | 0 |
No filter applied.
static
|
TopLeft | 1 |
Filters TopLeft value.
static
|
TopRight | 2 |
Filters TopRight value.
static
|