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. Can 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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document