Helps boxing Boolean values.
- Namespace
- MahApps
.Metro .ValueBoxes - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["BooleanBoxes"]
class Type type-node
Syntax
public static class BooleanBoxes
Fields
| Name | Field Type | Constant Value | Summary |
|---|---|---|---|
| FalseBox | object |
Gets a boxed representation for Boolean's "false" value.
static
|
|
| TrueBox | object |
Gets a boxed representation for Boolean's "true" value.
static
|
Methods
| Name | Return Value | Summary |
|---|---|---|
| Box |
object |
Returns a boxed representation for the specified Boolean value.
static
|