diff --git a/src/Avalonia.Visuals/Visual.cs b/src/Avalonia.Visuals/Visual.cs
index 9327531b46..80d4195421 100644
--- a/src/Avalonia.Visuals/Visual.cs
+++ b/src/Avalonia.Visuals/Visual.cs
@@ -150,7 +150,7 @@ namespace Avalonia
public TransformedBounds? TransformedBounds => _transformedBounds;
///
- /// Gets a value indicating whether the control should be clipped to its bounds.
+ /// Gets or sets a value indicating whether the control should be clipped to its bounds.
///
public bool ClipToBounds
{
@@ -191,7 +191,7 @@ namespace Avalonia
}
///
- /// Gets a value indicating whether this control is visible.
+ /// Gets or sets a value indicating whether this control is visible.
///
public bool IsVisible
{
@@ -200,7 +200,7 @@ namespace Avalonia
}
///
- /// Gets the opacity of the control.
+ /// Gets or sets the opacity of the control.
///
public double Opacity
{
@@ -209,7 +209,7 @@ namespace Avalonia
}
///
- /// Gets the opacity mask of the control.
+ /// Gets or sets the opacity mask of the control.
///
public IBrush OpacityMask
{
@@ -218,7 +218,7 @@ namespace Avalonia
}
///
- /// Gets the render transform of the control.
+ /// Gets or sets the render transform of the control.
///
public ITransform RenderTransform
{
@@ -227,7 +227,7 @@ namespace Avalonia
}
///
- /// Gets the transform origin of the control.
+ /// Gets or sets the transform origin of the control.
///
public RelativePoint RenderTransformOrigin
{
@@ -236,7 +236,7 @@ namespace Avalonia
}
///
- /// Gets the Z index of the control.
+ /// Gets or sets the Z index of the control.
///
///
/// Controls with a higher will appear in front of controls with