SplitViewTemplateSettings.OpenPaneLengthMinusCompactLength Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value calculated by subtracting the CompactPaneLength value from the OpenPaneLength value.
public:
property double OpenPaneLengthMinusCompactLength { double get(); };
double OpenPaneLengthMinusCompactLength();
public double OpenPaneLengthMinusCompactLength { get; }
var double = splitViewTemplateSettings.openPaneLengthMinusCompactLength;
Public ReadOnly Property OpenPaneLengthMinusCompactLength As Double
Property Value
Double
double
The value calculated by subtracting the CompactPaneLength value from the OpenPaneLength value.