PowerTCP Emulation for .NET CF
BoldColor Property
See Also  Send comments on this topic.
Dart.Emulation Namespace > Vt Class : BoldColor Property




Gets or sets the color of bold text.

Syntax

Visual Basic (Declaration) 
Public Property BoldColor As Color
Visual Basic (Usage)Copy Code
Dim instance As Vt
Dim value As Color
 
instance.BoldColor = value
 
value = instance.BoldColor
C# 
public Color BoldColor {get; set;}
Managed Extensions for C++ 
public: __property Color get_BoldColor();
public: __property void set_BoldColor( 
   Color value
);
C++/CLI 
public:
property Color BoldColor {
   Color get();
   void set (    Color value);
}

Property Value

A System.Drawing.Color value specifying the color of bold text.

Remarks

The default value is green (R=0, G=128, B=0).

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.