←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly