←Select platform

BorderPen Property (ImageViewerPanControl)

Summary

Pen used to draw outline the border of the pan rectangle.

Syntax

C#
VB
C++
public System.Drawing.Pen BorderPen { get; set; } 
Public Property BorderPen() As System.Drawing.Pen 
   Get 
   Set 
public:  
   property System::Drawing::Pen^ BorderPen 
   { 
      System::Drawing::Pen^ get() 
      void set(System::Drawing::Pen^ value) 
   } 

Property Value

The pen used to draw outline the border of the pan rectangle. Default value is a Blue pen.

Remarks

Set the value of this property to null to stop the control from outlining the pan rectangle.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Controls.WinForms Assembly
Click or drag to resize