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




Gets or sets the "brightness" of normal text.

Syntax

Visual Basic (Declaration) 
Public Property NormalIntensity As Integer
Visual Basic (Usage)Copy Code
Dim instance As Vt
Dim value As Integer
 
instance.NormalIntensity = value
 
value = instance.NormalIntensity
C# 
public int NormalIntensity {get; set;}
Managed Extensions for C++ 
public: __property int get_NormalIntensity();
public: __property void set_NormalIntensity( 
   int value
);
C++/CLI 
public:
property int NormalIntensity {
   int get();
   void set (    int value);
}

Property Value

An integer specifying the "brightness" level. The default value is 75.

Remarks

The valid range is 0 to 100.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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