←Select platform

OuterBrush Property

Summary

Gets or sets the brush used to fill the area outside the pan rectangle.

Syntax

C#
VB
C++
public Brush OuterBrush { get; set; } 
  
Public Property OuterBrush As Brush 
public: 
property Brush^ OuterBrush { 
   Brush^ get(); 
   void set (    Brush^ ); 
} 

Property Value

The brush used to fill the area outside the pan rectangle. Default value is transparent System.Windows.Media.SolidColorBrush.

Remarks

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.

Example

For XAML example, refer to ImagePanViewer.

For C#/VB examples, refer to ImagePanViewer.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Controls Assembly