FontStyle Constructor (String, UInt32, Color, Color)
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| FontStyle Constructor (String, UInt32, Color, Color) |
| FontStyle Structure See Also Send Feedback |
Initializes a new instance of the FontStyle class
Namespace:Â CuteEditor.ConvertorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| Visual C++ |
|---|
public: FontStyle( String^ fontName, unsigned int fontSize, Color fontColor, Color bgColor ) |
Parameters
- fontName
- Type: System..::..String
- fontSize
- Type: System..::..UInt32
- fontColor
- Type: System.Drawing..::..Color
- bgColor
- Type: System.Drawing..::..Color