다음을 통해 공유


TextBox.PlaceholderForeground 속성

정의

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

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

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

속성 값

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

적용 대상