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