←Select platform

CrosshairPen Property

Summary

Spy glass crosshair pen.

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

Property Value

The spy glass crosshair pen. The default value is "Black".

Example

For an example, refer to ImageViewerSpyGlassInteractiveMode.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly