←Select platform

TextColor Property

Summary

Gets or sets the color of the text.

Syntax

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

Property Value

The System.Drawing.Color object that represents the color of the text.

Example

For an example, refer to MedicalViewerAnnotationText

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