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

適用対象