SplitViewTemplateSettings.NegativeOpenPaneLengthMinusCompactLength 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 the negative of the value calculated by subtracting the CompactPaneLength value from the OpenPaneLength value.
public:
property double NegativeOpenPaneLengthMinusCompactLength { double get(); };
double NegativeOpenPaneLengthMinusCompactLength();
public double NegativeOpenPaneLengthMinusCompactLength { get; }
var double = splitViewTemplateSettings.negativeOpenPaneLengthMinusCompactLength;
Public ReadOnly Property NegativeOpenPaneLengthMinusCompactLength As Double
Property Value
Double
double
The negative of the OpenPaneLength value minus the CompactPaneLength value.