RadiusType Enum

Namespace
MahApps.Metro.Converters
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
RadiusType
Enum
ValueType
object
IComparable
IFormattable
IConvertible

Syntax

public enum RadiusType

Fields

Name Constant Value Summary
Bottom 4
Ignore the radius of the bottom-left and bottom-right corner.
static
BottomLeft 8
Ignore the radius of the bottom-left corner.
static
BottomRight 7
Ignore the radius of the bottom-right corner.
static
Left 1
Ignore the radius of the top-left and bottom-left corner.
static
None 0
Use the radius of all corners.
static
Right 3
Ignore the radius of the top-right and bottom-right corner.
static
Top 2
Ignore the radius of the top-left and top-right corner.
static
TopLeft 5
Ignore the radius of the top-left corner.
static
TopRight 6
Ignore radius of the top-right corner.
static