←Select platform

StrokeThickness Property

Summary

Gets or sets a value that indicates the size of the pan rectangle border.

Syntax

C#
VB
C++
public double StrokeThickness { get; set; } 
  
Public Property StrokeThickness As Double 
public: 
property double StrokeThickness { 
   double get(); 
   void set (    double ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Controls Assembly