Label tb = new Label();
tb.Name = "LabelID" + iRow;
tb.Content = lblName;
Grid.SetColumn(tb, iCol);
Grid.SetRow(tb, iRow);
Grid.SetColumnSpan(tb, 2);
tb.Foreground = Brushes.DarkGreen;
tb.Height = 50;
tb.FontSize = 18;
tb.FontWeight = FontWeights.Bold;
gChildGrid.Children.Add(tb);
Subscribe to:
Post Comments (Atom)
LIveCharts2: Charts for Windows and web
Charts for Windows and web including .Net MAUI LiveCharts - LiveCharts2 (lvcharts.com)
-
How to fix the Error Type universe cannot resolve assembly: System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50...
-
Microsoft Virtual Training Days
-
Label tb = new Label (); tb.Name = "LabelID" + iRow; tb.Content = lblName; Grid .SetColumn(tb, iCol); Grid .SetRow(tb,...
No comments:
Post a Comment