The brush used to highlight the currently selected text.
public static Brush SelectedBrush { get; set; }
Public Shared Property SelectedBrush() As System.Drawing.Brush
Get
Set
public:
static property System::Drawing::Brush^ SelectedBrush
{
System::Drawing::Brush^ get()
void set(System::Drawing::Brush^ value)
}
The brush used to highlight the currently selected text. The default is a solid brush using black with an alpha value of 77. May be null.
If SelectedBrush is set to null, then the document viewer will not render the selected text even if the value of RenderSelection is true.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET