ThicknessSideType Enum
Namespace
MahApps.Metro.Converters
Interfaces
  • IComparable
  • ISpanFormattable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["ISpanFormattable"] Type-.->Interface2["IFormattable"] Type-.->Interface3["IConvertible"] Type["ThicknessSideType"] class Type type-node

Syntax

public enum ThicknessSideType

Fields

Name Field Type Constant Value Summary
Bottom ThicknessSideType 4
Ignore the bottom side.
static
Left ThicknessSideType 1
Ignore the left side.
static
None ThicknessSideType 0
Use all sides.
static
Right ThicknessSideType 3
Ignore the right side.
static
Top ThicknessSideType 2
Ignore the top side.
static