Gets or sets the brush used to fill the area inside the pan rectangle.
public Brush InnerBrush { get; set; }
Public Property InnerBrush As Brush
The brush used to fill the area inside the pan rectangle. Default value is transparent System.Windows.Media.SolidColorBrush.
The control draws the pan rectangle using the Stroke as its color, StrokeThickness as the size of the rectangle border in pixels. You can fill the area inside the pan rectangle with InnerBrush and the area outside the pan rectangle with OuterBrush.
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