←Select platform

PenColor Property

Summary

Gets or sets the color of the magnifying glass border.

Syntax

C#
VB
C++
public Color PenColor { get; set; } 
  
Public Property PenColor As Color 
             
            public: 
property Color PenColor { 
   Color get(); 
   void set (    Color ); 
} 
             

Property Value

A System.Drawing.Color object that represents the color of the magnifying glass border.

Example

For an example, refer to MedicalViewerMagnifyGlass

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.MedicalViewer Assembly