←Select platform

BorderPen Property

Summary

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

Syntax
C#
VB
C++
public 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
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.