AutoSuggestBox.TextBoxStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.