EmojiTextBlockText - свойство
Override System.Windows.Controls.TextBlock.Text using our own dependency
property. This is necessary because we do not want the parent callbacks
to run, ever, and OverrideMetadata does not properly hide them.
Also note that calling GetValue/SetValue is a lot faster when used directly
on the DependencyPropertyDescriptor because it bypasses the reflection code.
Пространство имён: Tessa.UI.Emoji.Wpf.ControlsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
public string Text { get; set; }
Public Property Text As String
Get
Set
public:
property String^ Text {
String^ get ();
void set (String^ value);
}
member Text : string with get, set
Значение свойства
String