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.

Definition

Пространство имён: Tessa.UI.Emoji.Wpf.Controls
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
C#
public string Text { get; set; }

Значение свойства

String

См. также