RefreshVisualizer.Orientation Property

Definition

Gets or sets a value that indicates the orientation of the visualizer.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

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

Property Value

A value of the enumeration that indicates the orientation of the visualizer. The default is Top.

Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Applies to