2 references to OrientationProperty
Microsoft.Maui.Controls (2)
OrientationStateTrigger.cs (2)
19
get => (DisplayOrientation)GetValue(
OrientationProperty
);
20
set => SetValue(
OrientationProperty
, value);