Condividi tramite


ComboBox.PlaceholderForeground Proprietà

Definizione

Ottiene o imposta un pennello che descrive il colore del testo segnaposto.

public:
 property Brush ^ PlaceholderForeground { Brush ^ get(); void set(Brush ^ value); };
Brush PlaceholderForeground();

void PlaceholderForeground(Brush value);
public Brush PlaceholderForeground { get; set; }
var brush = comboBox.placeholderForeground;
comboBox.placeholderForeground = brush;
Public Property PlaceholderForeground As Brush
<ComboBox PlaceholderForeground="{StaticResource resourceName}" .../>
- or -
<ComboBox PlaceholderForeground="colorString" .../>

Valore della proprietà

Pennello che descrive il colore del testo segnaposto.

Si applica a