Summary
Provides calculated values that can be referenced as TemplatedParent sources when defining templates for a
SplitView
.
Not intended for general use.
- Namespace
- MahApps
.Metro .Controls - Base Types
-
- DependencyObject
graph BT
Type-->Base0["DependencyObject"]
Type["SplitViewTemplateSettings"]
class Type type-node
Syntax
public sealed class SplitViewTemplateSettings : DependencyObject
Properties
Name | Value | Summary |
---|---|---|
Compact |
GridLength |
Gets the
CompactPaneLength value as a GridLength.
|
Negative |
double |
Gets the negative of the
OpenPaneLength value.
|
Negative |
double |
Gets the negative of the value calculated by subtracting the
CompactPaneLength value from
the OpenPaneLength value.
|
OpenPaneGridLength | GridLength |
Gets the
OpenPaneLength value as a GridLength.
|
OpenPaneLength | double |
Gets the
OpenPaneLength value.
|
Open |
double |
Gets a value calculated by subtracting the
CompactPaneLength value from the
OpenPaneLength value.
|