public static StyleValue <LengthHint> GetHeightHint(this CoreUIDomElement element) => element.Style.Height.ValueKind switch {
public static StyleValue <LengthHint> GetWidthHint(this CoreUIDomElement element) => element.Style.Width.ValueKind switch {
public CoreUIDomDocument(ICoreUIDrawContext context, CoreUIDomElement body) { _context = context; Body = body; Add(body); }