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.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
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