다음을 통해 공유


ComboBox.PlaceholderForeground 속성

정의

자리 표시자 텍스트의 색을 설명하는 브러시를 가져오거나 설정합니다.

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" .../>

속성 값

자리 표시자 텍스트의 색을 설명하는 브러시입니다.

적용 대상