TokenizingTextBoxStyleSelector Class

Definition

Windows.UI.Xaml.Controls.StyleSelector used by TokenizingTextBox to choose the proper TokenizingTextBoxItem container style (text entry or token).

public class TokenizingTextBoxStyleSelector : Windows.UI.Xaml.Controls.StyleSelector
type TokenizingTextBoxStyleSelector = class
    inherit StyleSelector
Public Class TokenizingTextBoxStyleSelector
Inherits StyleSelector
Inheritance
Windows.UI.Xaml.Controls.StyleSelector
TokenizingTextBoxStyleSelector

Constructors

TokenizingTextBoxStyleSelector()

Initializes a new instance of the TokenizingTextBoxStyleSelector class.

Properties

TextStyle

Gets or sets the Windows.UI.Xaml.Style of a text entry item.

TokenStyle

Gets or sets the Windows.UI.Xaml.Style of a token item.

Methods

SelectStyleCore(Object, DependencyObject) Windows.UI.Xaml.Controls.StyleSelector.SelectStyleCore(System.Object,Windows.UI.Xaml.DependencyObject)

Applies to