Table of Contents

Class TextInputer

Namespace
HeBianGu.Control.LayerBox
Assembly
HeBianGu.Control.LayerBox.dll
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

double

IsFocus

说明

public bool IsFocus { get; set; }

Property Value

bool

Text

说明

public string Text { get; set; }

Property Value

string