Class WindowImageFont
窗口图像字体
public class WindowImageFont
- Inheritance
-
WindowImageFont
- Inherited Members
- Extension Methods
Constructors
WindowImageFont()
构造
public WindowImageFont()
WindowImageFont(string, int, bool, bool)
构造
public WindowImageFont(string family, int size, bool bold, bool italic)
Parameters
Properties
Bold
粗体
public bool Bold { get; set; }
Property Value
Family
字体
public string Family { get; set; }
Property Value
Italic
斜体
public bool Italic { get; set; }
Property Value
Size
大小
public int Size { get; set; }