C# Класс WinRTXamlToolkit.Controls.WatermarkTextBox

Наследование: Windows.UI.Xaml.Controls.TextBox
Показать файл Открыть проект Примеры использования класса

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

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

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

Метод Описание
WatermarkTextBox ( ) : System.Linq

Initializes a new instance of the WatermarkTextBox class.

Защищенные методы

Метод Описание
OnApplyTemplate ( ) : void

Invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in your app. Override this method to influence the default post-template logic of a class.

OnGotFocus ( Windows e ) : void

Called before the GotFocus event occurs.

OnLostFocus ( Windows e ) : void

Called before the LostFocus event occurs.

Приватные методы

Метод Описание
OnTextChanged ( object sender, TextChangedEventArgs e ) : void
UpdateWatermarkVisualState ( ) : void
UpdateWatermarkVisualState ( bool isFocused ) : void

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

OnApplyTemplate() защищенный Метод

Invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in your app. Override this method to influence the default post-template logic of a class.
protected OnApplyTemplate ( ) : void
Результат void

OnGotFocus() защищенный Метод

Called before the GotFocus event occurs.
protected OnGotFocus ( Windows e ) : void
e Windows The data for the event.
Результат void

OnLostFocus() защищенный Метод

Called before the LostFocus event occurs.
protected OnLostFocus ( Windows e ) : void
e Windows The data for the event.
Результат void

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

Initializes a new instance of the WatermarkTextBox class.
public WatermarkTextBox ( ) : System.Linq
Результат System.Linq

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

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

Watermark Dependency Property
public static DependencyProperty,Windows.UI.Xaml WatermarkProperty
Результат Windows.UI.Xaml.DependencyProperty

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

WatermarkText Dependency Property
public static DependencyProperty,Windows.UI.Xaml WatermarkTextProperty
Результат Windows.UI.Xaml.DependencyProperty

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

WatermarkTextStyle Dependency Property
public static DependencyProperty,Windows.UI.Xaml WatermarkTextStyleProperty
Результат Windows.UI.Xaml.DependencyProperty