Beispiel #1
0
 static public IUIElementText AsUIElementText(this UINodeInfoInTree GbsAst) =>
 (GbsAst?.VisibleIncludingInheritance ?? false) ? new UIElementText(GbsAst.AsUIElementIfVisible(), GbsAst.LabelText() ?? GbsAst.Text) : null;