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.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
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