Gets or sets the border thickness used to draw the Pan Rectangle. This is a dependency property.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property StrokeThickness As Double |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ImagePanViewer
Dim value As Double
instance.StrokeThickness = value
value = instance.StrokeThickness
|
| C# | |
|---|
public double StrokeThickness {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 border thickness. The default color is 1.0.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also