C# Класс WinRTXamlToolkit.Controls.Extensions.VisualStateExtensions

Defines an attached property that controls the visual state of the element based on the value.
Показать файл Открыть проект

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

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

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

Метод Описание
GetState ( DependencyObject d ) : string

Gets the State property. This dependency property indicates the VisualState that the associated control should be set to.

SetState ( DependencyObject d, string value ) : void

Sets the State property. This dependency property indicates the VisualState that the associated control should be set to.

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

Метод Описание
OnStateChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the State property.

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

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

Gets the State property. This dependency property indicates the VisualState that the associated control should be set to.
public static GetState ( DependencyObject d ) : string
d Windows.UI.Xaml.DependencyObject
Результат string

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

Sets the State property. This dependency property indicates the VisualState that the associated control should be set to.
public static SetState ( DependencyObject d, string value ) : void
d Windows.UI.Xaml.DependencyObject
value string
Результат void

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

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

State Attached Dependency Property
public static DependencyProperty,Windows.UI.Xaml StateProperty
Результат Windows.UI.Xaml.DependencyProperty