- Namespace
- MahApps
.Metro .Controls - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["VisibilityHelper"]
class Type type-node
Syntax
public static class VisibilityHelper
Fields
| Name | Field Type | Constant Value | Summary |
|---|---|---|---|
| IsCollapsedProperty | DependencyProperty |
static
|
|
| IsHiddenProperty | DependencyProperty |
static
|
|
| IsVisibleProperty | DependencyProperty |
static
|
Methods
| Name | Return Value | Summary |
|---|---|---|
| GetIsCollapsed |
bool? |
static
|
| GetIsHidden |
bool? |
static
|
| GetIsVisible |
bool? |
static
|
| SetIsCollapsed |
void |
static
|
| SetIsHidden |
void |
static
|
| SetIsVisible |
void |
static
|