Skip to content

Commit 91f0884

Browse files
committed
Update XML doc to reflect new VisualElement.Beahviors signature
1 parent 0c95a90 commit 91f0884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controls/src/Core/VisualElement/VisualElement.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ public Brush Background
567567
}
568568

569569
/// <summary>
570-
/// Gets the list of <see cref="Behavior"/> objects associated to this element. This is a read-only bindable property.
570+
/// Gets the list of <see cref="IBehavior"/> objects associated to this element. This is a read-only bindable property.
571571
/// </summary>
572572
public IList<IBehavior> Behaviors
573573
{

0 commit comments

Comments
 (0)