3 references to OrientationProperty
Microsoft.Maui.Controls (3)
Layout\StackLayout.cs (2)
25
get { return (StackOrientation)GetValue(
OrientationProperty
); }
26
set { SetValue(
OrientationProperty
, value); }
Properties\AssemblyInfo.cs (1)
157
[assembly: StyleProperty("-maui-orientation", typeof(StackLayout), nameof(StackLayout.
OrientationProperty
))]