diff --git a/src/Avalonia.Xaml.Interactions.Custom/ItemsControl/ItemNudgeDropBehavior.cs b/src/Avalonia.Xaml.Interactions.Custom/ItemsControl/ItemNudgeDropBehavior.cs index 19bf5f35..9c5b690e 100644 --- a/src/Avalonia.Xaml.Interactions.Custom/ItemsControl/ItemNudgeDropBehavior.cs +++ b/src/Avalonia.Xaml.Interactions.Custom/ItemsControl/ItemNudgeDropBehavior.cs @@ -7,12 +7,21 @@ namespace Avalonia.Xaml.Interactions.Custom; +/// +/// +/// public class ItemNudgeDropBehavior : StyledElementBehavior { + /// + /// + /// public static readonly StyledProperty OrientationProperty = AvaloniaProperty.Register(nameof(Orientation), defaultValue: Orientation.Vertical); + /// + /// + /// public Orientation Orientation { get => GetValue(OrientationProperty);