SplitViewTemplateSettings.NegativeOpenPaneLengthMinusCompactLength Property

Definition

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.

Applies to