Add margin input value order as a comment (#5067)

* Add margin input value order as a comment

* Make a better comment and move value to remark
This commit is contained in:
ShadowCommander
2024-04-27 11:17:11 -07:00
committed by GitHub
parent cee8d42776
commit 40a9048704

View File

@@ -52,6 +52,10 @@ namespace Robust.Client.UserInterface
[ViewVariables] public bool IsMeasureValid { get; private set; }
[ViewVariables] public bool IsArrangeValid { get; private set; }
/// <summary>
/// Controls the amount of empty space in virtual pixels around the control.
/// </summary>
/// <remarks>Values can be provided as "All" or "Horizontal, Vertical" or "Left, Top, Right, Bottom"</remarks>
[ViewVariables]
public Thickness Margin
{