다음을 통해 공유


TextRunProperties.ForegroundBrush 속성

정의

텍스트 런의 전경색을 칠하는 데 사용되는 브러시를 가져옵니다.

public:
 abstract property System::Windows::Media::Brush ^ ForegroundBrush { System::Windows::Media::Brush ^ get(); };
public abstract System.Windows.Media.Brush ForegroundBrush { get; }
member this.ForegroundBrush : System.Windows.Media.Brush
Public MustOverride ReadOnly Property ForegroundBrush As Brush

속성 값

Brush

전경색을 나타내는 Brush 값입니다.

적용 대상