Back pen to use for outlining the shape.
public virtual Pen BorderBackPen { get; set; }
public:
virtual property System::Drawing::Pen^ BorderBackPen
{
System::Drawing::Pen^ get()
void set(System::Drawing::Pen^ value)
}
Back pen to use for outlining the shape. Default value is null.
Set the value of BorderPen and BorderBackPen to null to stop the control from outlining the shape.
The control will first use the value of BorderBackPen (if not null) to render the outline and then the value of BorderPen (if not null) to re-render the outline on top of it. Hence, setting both values to a pen with the same width and same dash options is not useful. However, setting the border back pen to a solid color pen and the border pen to a dashed or dotted pen will guarantee that the outline is visible on any surface.
ImageViewerRubberBandInteractiveMode Class
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