SplitViewTemplateSettings.OpenPaneLengthMinusCompactLength Property

Definition

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.

Applies to