Class TextInputer
public class TextInputer : DisplayerViewModelBase, INotifyPropertyChanged, IDisplayer, ITextInputer
- Inheritance
-
TextInputer
- Implements
- Inherited Members
- Extension Methods
Constructors
TextInputer()
public TextInputer()
Properties
FontSize
说明
public double FontSize { get; set; }
Property Value
IsFocus
说明
public bool IsFocus { get; set; }
Property Value
Text
说明
public string Text { get; set; }