C# Класс Charmed.Helpers.TextBoxHelper

Helper class to assist with binding text to a view model as soon as it changes.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
BindableTextProperty Windows.UI.Xaml.DependencyProperty

Открытые методы

Метод Описание
GetBindableText ( TextBox element ) : string
SetBindableText ( TextBox element, string value ) : void
TextBoxHelper ( TextBox textBox ) : Windows.UI.Xaml

Описание методов

GetBindableText() публичный статический Метод

public static GetBindableText ( TextBox element ) : string
element Windows.UI.Xaml.Controls.TextBox
Результат string

SetBindableText() публичный статический Метод

public static SetBindableText ( TextBox element, string value ) : void
element Windows.UI.Xaml.Controls.TextBox
value string
Результат void

TextBoxHelper() публичный Метод

public TextBoxHelper ( TextBox textBox ) : Windows.UI.Xaml
textBox Windows.UI.Xaml.Controls.TextBox
Результат Windows.UI.Xaml

Описание свойств

BindableTextProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml BindableTextProperty
Результат Windows.UI.Xaml.DependencyProperty