Leadtools.Windows.Controls Namespace > ImagePanViewer Class : InnerBrush Property |
public Brush InnerBrush {get; set;}
'Declaration Public Property InnerBrush As Brush
'Usage Dim instance As ImagePanViewer Dim value As Brush instance.InnerBrush = value value = instance.InnerBrush
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.
For XAML example, refer to ImagePanViewer.
For C#/VB examples, refer to ImagePanViewer.