// namespace TestNs { partial class ScrollHelper { #nullable enable annotations /// /// Defines the IsScrollTarget attached property. /// public static readonly global::Avalonia.AttachedProperty IsScrollTargetProperty = global::Avalonia.AvaloniaProperty.RegisterAttached("IsScrollTarget", typeof(global::TestNs.ScrollHelper), defaultValue: false); public static partial bool GetIsScrollTarget(global::Avalonia.Visual element) => element.GetValue(IsScrollTargetProperty); /// /// Sets the value of the attached property on the specified object. /// public static void SetIsScrollTarget(global::Avalonia.Visual element, bool value) => element.SetValue(IsScrollTargetProperty, value); #nullable restore annotations } }