Gets or sets the border brush used to draw the Pan Rectangle. This is a dependency property.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Stroke As Brush |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ImagePanViewer
Dim value As Brush
instance.Stroke = value
value = instance.Stroke
|
C# | |
---|
public Brush Stroke {get; set;} |
XAML Syntax | |
---|
For XAML information, see the Brush type. |
XAML Syntax | |
---|
For XAML information, see the Brush type. |
Return Value
The Pan Rectangle brush. The default color is red.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also