Guidebook Tables (#28484)
* PJB's cool table control (it probably doesn't work) * ok wait wrong file * Guidebook Tables
This commit is contained in:
@@ -11,6 +11,9 @@ public sealed class Box : BoxContainer, IDocumentTag
|
||||
HorizontalExpand = true;
|
||||
control = this;
|
||||
|
||||
if (args.TryGetValue("Margin", out var margin))
|
||||
Margin = new Thickness(float.Parse(margin));
|
||||
|
||||
if (args.TryGetValue("Orientation", out var orientation))
|
||||
Orientation = Enum.Parse<LayoutOrientation>(orientation);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user