4 references to OrientationProperty
Microsoft.Maui.Controls (3)
Properties\AssemblyInfo.cs (1)
150
[assembly: StyleProperty("-maui-orientation", typeof(ScrollView), nameof(ScrollView.
OrientationProperty
))]
ScrollView\ScrollView.cs (2)
198
get { return (ScrollOrientation)GetValue(
OrientationProperty
); }
199
set { SetValue(
OrientationProperty
, value); }
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\ScrollViewRenderer.cs (1)
16
RegisterPropertyHandler(ScrollView.
OrientationProperty
, UpdateOrientation);