AutoSuggestBox.TextBoxStyle Property

Definition

Gets or sets the style of the auto-suggest text box.

public:
 property Style ^ TextBoxStyle { Style ^ get(); void set(Style ^ value); };
Style TextBoxStyle();

void TextBoxStyle(Style value);
public Style TextBoxStyle { get; set; }
var style = autoSuggestBox.textBoxStyle;
autoSuggestBox.textBoxStyle = style;
Public Property TextBoxStyle As Style
<AutoSuggestBox TextBoxStyle={StaticResource styleResourceKey}/>
- or -
<AutoSuggestBox>
  <AutoSuggestBox.TextBoxStyle>
    <Style TargetType="TextBox">
      oneOrMoreSetters
    </Style>
  </AutoSuggestBox.TextBoxStyle>
</AutoSuggestBox>

Property Value

The style of the auto-suggest text box.

Applies to