1 interface inheriting from ITransform
Microsoft.Maui (1)
Core\IView.cs (1)
10
public interface IView : IElement,
ITransform
10 references to ITransform
Microsoft.Maui (10)
Handlers\View\ViewHandler.Standard.cs (10)
6
/// Maps a view's abstract <see cref="
ITransform
.TranslationX"/> property to the platform-specific implementations.
13
/// Maps a view's abstract <see cref="
ITransform
.TranslationY"/> property to the platform-specific implementations.
20
/// Maps a view's abstract <see cref="
ITransform
.Scale"/> property to the platform-specific implementations.
27
/// Maps a view's abstract <see cref="
ITransform
.ScaleX"/> property to the platform-specific implementations.
34
/// Maps a view's abstract <see cref="
ITransform
.ScaleY"/> property to the platform-specific implementations.
41
/// Maps a view's abstract <see cref="
ITransform
.Rotation"/> property to the platform-specific implementations.
48
/// Maps a view's abstract <see cref="
ITransform
.RotationX"/> property to the platform-specific implementations.
55
/// Maps a view's abstract <see cref="
ITransform
.RotationY"/> property to the platform-specific implementations.
62
/// Maps a view's abstract <see cref="
ITransform
.AnchorX"/> property to the platform-specific implementations.
69
/// Maps a view's abstract <see cref="
ITransform
.AnchorY"/> property to the platform-specific implementations.