net6.0
namespace Microsoft.Maui
{
    public class ScrollToRequest : IEquatable<ScrollToRequest>
    {
        public double HoriztonalOffset { get; set; }
    }
}
.NET 6.0
Information specific to net6.0
Assembly

Microsoft.Maui , Version=1.0.0.0, PublicKeyToken=

Referencing

Requires all:

  • You need to have the workload maui installed.

  • Your project needs to set <UseMaui>True</UseMaui>.

Platform Restrictions

The property getter is supported on all platforms.

The property setter is supported on all platforms.

  • Built-in API
  • Package-provided API

05/20/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙