LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)
LEAD Technologies, Inc

StrokeThickness Property






Gets or sets a value that indicates the size of the pan rectangle border. .NET support Silverlight support
Syntax
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);
public:
property double StrokeThickness {
   double get();
   void set (    double value);
}

Property Value

The size of the pan rectangle border in pixels. Default value 1.0.
Remarks

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.

Example

For XAML example, refer to ImagePanViewer.

For C#/VB examples, refer to ImagePanViewer.

Requirements

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

See Also

Reference

ImagePanViewer Class
ImagePanViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.