Condividi tramite


TwoPaneView.MinTallModeHeight Proprietà

Definizione

Ottiene o imposta l'altezza minima in corrispondenza della quale i riquadri vengono visualizzati in modalità Tall.

public:
 property double MinTallModeHeight { double get(); void set(double value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_defaultMinTallModeHeight")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_defaultMinTallModeHeight")]
double MinTallModeHeight();

void MinTallModeHeight(double value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_defaultMinTallModeHeight")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_defaultMinTallModeHeight")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_defaultMinTallModeHeight")]
double MinTallModeHeight();

void MinTallModeHeight(double value);
public double MinTallModeHeight { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_defaultMinTallModeHeight")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_defaultMinTallModeHeight")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_defaultMinTallModeHeight")]
public double MinTallModeHeight { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_defaultMinTallModeHeight")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="c_defaultMinTallModeHeight")] set; }
var double = twoPaneView.minTallModeHeight;
twoPaneView.minTallModeHeight = double;
Public Property MinTallModeHeight As Double

Valore della proprietà

Double

double

Altezza minima in base alla quale i riquadri vengono visualizzati in modalità alta. Il valore predefinito è 641px.

Attributi
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Si applica a