Gets or sets the brush used to fill the foreground of the selected text.
Namespace: FirstFloor.DocumentsAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public Brush Foreground { get; set; } |
| Visual Basic |
|---|
Public Property Foreground As Brush Get Set |
| Visual C++ |
|---|
public: property Brush^ Foreground { Brush^ get (); void set (Brush^ value); } |