Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
InnerBrush Property
See Also 
Leadtools.Windows.Controls Namespace > ImagePanViewer Class : InnerBrush Property





Gets or sets the brush to be used for the pan rectangle .This is a dependency property.

Syntax

Visual Basic (Declaration) 
Public Property InnerBrush As Brush
Visual Basic (Usage)Copy Code
Dim instance As ImagePanViewer
Dim value As Brush
 
instance.InnerBrush = value
 
value = instance.InnerBrush
C# 
public Brush InnerBrush {get; set;}
C++/CLI 
public:
property Brush InnerBrush {
   Brush get();
   void set (Brush value);
}
XAML Syntax 
For XAML information, see the Brush type.

Dependencies Property Information 

Identifier field

InnerBrushProperty

Metadata properties set to true

AffectsRender

XAML Syntax 
For XAML information, see the Brush type.

Dependencies Property Information 

Identifier field

InnerBrushProperty

Metadata properties set to true

AffectsRender

Return Value

Any brush to be used to fill the pan viewer rectangle. The default is Brushes.Transparent.

Example

For XAML example, refer to Source.

For C#/VB examples, refer to Source.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also