SplitViewTemplateSettings Class

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
CompactPaneGridLength GridLength
Gets the CompactPaneLength value as a GridLength.
NegativeOpenPaneLength double
Gets the negative of the OpenPaneLength value.
NegativeOpenPaneLengthMinusCompactLength 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.
OpenPaneLengthMinusCompactLength double
Gets a value calculated by subtracting the CompactPaneLength value from the OpenPaneLength value.