2 writes to Rotation
Microsoft.Maui.Essentials (2)
Types\DisplayInfo.shared.cs (2)
25
Rotation
= rotation;
44
Rotation
= rotation;
8 references to Rotation
Microsoft.Maui.Essentials (8)
DeviceDisplay\DeviceDisplay.shared.cs (1)
134
metrics.
Rotation
,
Types\DisplayInfo.shared.cs (7)
110
/// <remarks>Equality is established by comparing if <see cref="Height"/>, <see cref="Width"/>, <see cref="Density"/>, <see cref="Orientation"/> and <see cref="
Rotation
"/> are all equal.</remarks>
116
Rotation
.Equals(other.
Rotation
);
122
/// <remarks>The hash code is computed from <see cref="Height"/>, <see cref="Width"/>, <see cref="Density"/>, <see cref="Orientation"/> and <see cref="
Rotation
"/>.</remarks>
124
(Height, Width, Density, Orientation,
Rotation
).GetHashCode();
133
$"{nameof(
Rotation
)}: {
Rotation
}";