Browse Source

adjust comments

FoggyFinder 6 years ago
parent
commit
cff59382c7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Avalonia.Input/InputElement.cs

+ 2 - 2
src/Avalonia.Input/InputElement.cs

@@ -342,7 +342,7 @@ namespace Avalonia.Input
         }
 
         /// <summary>
-        /// Gets or sets a value indicating whether the control is focused.
+        /// Gets a value indicating whether the control is focused.
         /// </summary>
         public bool IsFocused
         {
@@ -360,7 +360,7 @@ namespace Avalonia.Input
         }
 
         /// <summary>
-        /// Gets or sets a value indicating whether the pointer is currently over the control.
+        /// Gets a value indicating whether the pointer is currently over the control.
         /// </summary>
         public bool IsPointerOver
         {