v1 update

This commit is contained in:
2023-11-02 14:16:30 +09:00
parent ba58c0a803
commit 3e205a9999
10 changed files with 349 additions and 27 deletions

View File

@@ -25,6 +25,7 @@ namespace ToDoApp.SubControl
public FontWeight TFontWeight { get; set; } = FontWeights.Normal;
public int THeight { get; set; } = 20;
public VerticalAlignment TVerticalAlignment { get; set; } = VerticalAlignment.Center;
public Brush TForeground { get; set; } = Brushes.Gray;
public PlaceholderTextBox()
{