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.4+115fce864fec7bf37ea70396e6660596be991d3b
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