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;} |
| XAML Syntax | |
|---|
| For XAML information, see the Brush type. |
| XAML Syntax | |
|---|
| For XAML information, see the Brush type. |
Return Value
Any brush to be used to fill the pan viewer rectangle. The default vaalue is Transparent.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also