Share via


ScrollView.Orientation 属性

定义

获取或设置 ScrollView 的滚动方向。 这是一种可绑定属性。

public:
 property Microsoft::Maui::ScrollOrientation Orientation { Microsoft::Maui::ScrollOrientation get(); void set(Microsoft::Maui::ScrollOrientation value); };
public Microsoft.Maui.ScrollOrientation Orientation { get; set; }
member this.Orientation : Microsoft.Maui.ScrollOrientation with get, set
Public Property Orientation As ScrollOrientation

属性值

适用于