ThicknessSideType Enum

Namespace
MahApps.Metro.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["ThicknessSideType"] class Type type-node

Syntax

public enum ThicknessSideType

Fields

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