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
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also