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)
-
Label tb = new Label (); tb.Name = "LabelID" + iRow; tb.Content = lblName; Grid .SetColumn(tb, iCol); Grid .SetRow(tb,...
-
HttpClient is a .NET class that an app can use to send HTTP requests and receive HTTP responses from a REST web service. The resources that...
-
Grid is a layout panel that consists of rows and columns. Example 1: < Grid > < Grid.RowDefinitions > < Row...
No comments:
Post a Comment