Error processing SSI file
(Leadtools.Controls)

Show in webframe

OutsideBrush Property




Brush used to fill the area outside the pan rectangle.
Syntax
public Brush OutsideBrush {get; set;}
'Declaration
 
Public Property OutsideBrush As Brush

Property Value

The brush used to fill the area outside the pan rectangle. Default value is null.
Remarks

Set the value of this property to any 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, SolidBrush using a Black Color with alpha value equals to 128.

Example

For an example, refer to ImageViewerPanControl.

Requirements

Target Platforms

See Also

Reference

ImageViewerPanControl Class
ImageViewerPanControl Members

Error processing SSI file