SplitViewTemplateSettings
SplitViewTemplateSettings
SplitViewTemplateSettings
SplitViewTemplateSettings
Class
Definition
Provides calculated values that can be referenced as TemplatedParent sources when defining templates for a SplitView. Not intended for general use.
public : sealed class SplitViewTemplateSettings : DependencyObject, ISplitViewTemplateSettingspublic sealed class SplitViewTemplateSettings : DependencyObject, ISplitViewTemplateSettingsPublic NotInheritable Class SplitViewTemplateSettings Inherits DependencyObject Implements ISplitViewTemplateSettings// This API is not available in Javascript.
- Inheritance
-
SplitViewTemplateSettingsSplitViewTemplateSettingsSplitViewTemplateSettingsSplitViewTemplateSettings
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited methods
Inherited properties
Properties
CompactPaneGridLength CompactPaneGridLength CompactPaneGridLength CompactPaneGridLength
Gets the CompactPaneLength value as a GridLength.
public : GridLength CompactPaneGridLength { get; }public GridLength CompactPaneGridLength { get; }Public ReadOnly Property CompactPaneGridLength As GridLength// This API is not available in Javascript.
The CompactPaneLength value as a GridLength.
NegativeOpenPaneLength NegativeOpenPaneLength NegativeOpenPaneLength NegativeOpenPaneLength
Gets the negative of the OpenPaneLength value.
public : double NegativeOpenPaneLength { get; }public double NegativeOpenPaneLength { get; }Public ReadOnly Property NegativeOpenPaneLength As double// This API is not available in Javascript.
- Value
- double double double double
The negative of the OpenPaneLength value.
NegativeOpenPaneLengthMinusCompactLength NegativeOpenPaneLengthMinusCompactLength NegativeOpenPaneLengthMinusCompactLength NegativeOpenPaneLengthMinusCompactLength
Gets the negative of the value calculated by subtracting the CompactPaneLength value from the OpenPaneLength value.
public : double NegativeOpenPaneLengthMinusCompactLength { get; }public double NegativeOpenPaneLengthMinusCompactLength { get; }Public ReadOnly Property NegativeOpenPaneLengthMinusCompactLength As double// This API is not available in Javascript.
- Value
- double double double double
The negative of the OpenPaneLength value minus the CompactPaneLength value.
OpenPaneGridLength OpenPaneGridLength OpenPaneGridLength OpenPaneGridLength
Gets the OpenPaneLength value as a GridLength.
public : GridLength OpenPaneGridLength { get; }public GridLength OpenPaneGridLength { get; }Public ReadOnly Property OpenPaneGridLength As GridLength// This API is not available in Javascript.
The OpenPaneLength value as a GridLength.
OpenPaneLength OpenPaneLength OpenPaneLength OpenPaneLength
Gets the OpenPaneLength value.
public : double OpenPaneLength { get; }public double OpenPaneLength { get; }Public ReadOnly Property OpenPaneLength As double// This API is not available in Javascript.
- Value
- double double double double
The OpenPaneLength value.
OpenPaneLengthMinusCompactLength OpenPaneLengthMinusCompactLength OpenPaneLengthMinusCompactLength OpenPaneLengthMinusCompactLength
Gets a value calculated by subtracting the CompactPaneLength value from the OpenPaneLength value.
public : double OpenPaneLengthMinusCompactLength { get; }public double OpenPaneLengthMinusCompactLength { get; }Public ReadOnly Property OpenPaneLengthMinusCompactLength As double// This API is not available in Javascript.
- Value
- double double double double
The value calculated by subtracting the CompactPaneLength value from the OpenPaneLength value.