AutoSuggestBox.TextBoxStyle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定自動建議文字方塊的樣式。
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>
屬性值
自動建議文字方塊的樣式。