3 references to OrientationProperty
Microsoft.Maui.Controls (2)
LegacyLayouts\StackLayout.cs (2)
39 get { return (StackOrientation)GetValue(OrientationProperty); } 40 set { SetValue(OrientationProperty, value); }
Microsoft.Maui.Controls.Compatibility (1)
Properties\AssemblyInfo.cs (1)
33[assembly: StyleProperty("-maui-orientation", typeof(CStackLayout), nameof(CStackLayout.OrientationProperty))]