Condividi tramite


RefreshVisualizer.Orientation Proprietà

Definizione

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

API WinUI 2 equivalente per UWP: Microsoft.UI.Xaml.Controls.RefreshVisualizer.Orientation (per WinUI nella SDK per app di Windows, vedere 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);
public RefreshVisualizerOrientation Orientation { get; set; }
var refreshVisualizerOrientation = refreshVisualizer.orientation;
refreshVisualizer.orientation = refreshVisualizerOrientation;
Public Property Orientation As RefreshVisualizerOrientation

Valore della proprietà

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

Si applica a