AutoSuggestBox.TextBoxStyle Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft den Stil des Textfelds für automatische Vorschläge ab oder legt diese fest.
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>
Eigenschaftswert
Der Stil des Textfelds für automatische Vorschläge.