Share via


RefreshVisualizer.Orientation 속성

정의

시각화 도우미의 방향을 나타내는 값을 가져오거나 설정합니다.

public:
 property RefreshVisualizerOrientation Orientation { RefreshVisualizerOrientation get(); void set(RefreshVisualizerOrientation value); };
/// [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);
/// [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 { [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")]
public RefreshVisualizerOrientation Orientation { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::RefreshVisualizerOrientation::Auto")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::RefreshVisualizerOrientation::Auto")] set; }
var refreshVisualizerOrientation = refreshVisualizer.orientation;
refreshVisualizer.orientation = refreshVisualizerOrientation;
Public Property Orientation As RefreshVisualizerOrientation

속성 값

시각화 도우미의 방향을 나타내는 열거형의 값입니다. 기본값은 Top입니다.

특성
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

적용 대상