Class
XmlVisualStateSelector

Definition

Constructors

XmlVisualStateSelector()

Declaration

cs-api-definition
public XmlVisualStateSelector()

XmlVisualStateSelector(string)

Declaration

cs-api-definition
public XmlVisualStateSelector(string visualState)

Parameters

visualState

string

Properties

VisualState

Gets or sets value corresponding to the VisualState of the item that the selector targets

Declaration

cs-api-definition
public string VisualState { get; set; }

Property Value

string

Methods

CreateInstance()

Declaration

cs-api-definition
protected override IElementSelector CreateInstance()

Returns

IElementSelector

Overrides XmlElementSelector.CreateInstance()