RefreshVisualizer.Orientation Proprietà

Definizione

Ottiene o imposta un valore che indica l'orientamento del visualizzatore.

Questa documentazione si applica a WinUI 2 per la piattaforma UWP (per WinUI nel SDK per app di Windows, vedi gli spazi dei nomi SDK per app di Windows).

public:
 property RefreshVisualizerOrientation Orientation { RefreshVisualizerOrientation get(); void set(RefreshVisualizerOrientation value); };
RefreshVisualizerOrientation Orientation();

void Orientation(RefreshVisualizerOrientation value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::RefreshVisualizerOrientation::Auto")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::RefreshVisualizerOrientation::Auto")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::RefreshVisualizerOrientation::Auto")]
RefreshVisualizerOrientation Orientation();

void Orientation(RefreshVisualizerOrientation value);
public RefreshVisualizerOrientation Orientation { get; set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::RefreshVisualizerOrientation::Auto")]
public RefreshVisualizerOrientation Orientation { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::RefreshVisualizerOrientation::Auto")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::RefreshVisualizerOrientation::Auto")] set; }
Public Property Orientation As RefreshVisualizerOrientation

Valore della proprietà

Valore dell'enumerazione che indica l'orientamento del visualizzatore. Il valore predefinito è Top.

Attributi
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Si applica a