Leadtools.Windows.Controls Namespace > ImagePanViewer Class : StrokeThickness Property |
public double StrokeThickness {get; set;}
'Declaration Public Property StrokeThickness As Double
'Usage Dim instance As ImagePanViewer Dim value As Double instance.StrokeThickness = value value = instance.StrokeThickness
public double StrokeThickness {get; set;}
get_StrokeThickness();
set_StrokeThickness(value);
The control draws the pan rectangle using the Stroke as its color, StrokeThickness as the size of the rectangle border in pixels. You can fill the area inside the pan rectangle with InnerBrush and the area outside the pan rectangle with OuterBrush.
For XAML example, refer to ImagePanViewer.
For C#/VB examples, refer to ImagePanViewer.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2