Brush used to fill the area outside the pan rectangle.
public Brush OutsideBrush { get; set; }
Public Property OutsideBrush() As System.Drawing.Brush
Get
Set
public:
property System::Drawing::Brush^ OutsideBrush
{
System::Drawing::Brush^ get()
void set(System::Drawing::Brush^ value)
}
The brush used to fill the area outside the pan rectangle. Default value is null.
Set the value of this property to any System.Drawing.Brush object to fill the area outside the pan rectangle. A nice user interface effect is to use a brush with an alpha value (for example, System.Drawing.SolidBrush using a Black System.Drawing.Color with alpha value equals to 128.
For an example, refer to ImageViewerPanControl.
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