3 references to OrientationProperty
Microsoft.Maui.Controls (3)
Properties\AssemblyInfo.cs (1)
153[assembly: StyleProperty("-maui-orientation", typeof(ScrollView), nameof(ScrollView.OrientationProperty))]
ScrollView\ScrollView.cs (2)
201 get { return (ScrollOrientation)GetValue(OrientationProperty); } 202 set { SetValue(OrientationProperty, value); }