Class TitleModel
文本标题模型
public class TitleModel
- Inheritance
-
TitleModel
- Inherited Members
- Extension Methods
Constructors
TitleModel(string, float?, float?, WindowColor?)
构造
public TitleModel(string text, float? size, float? opacity, WindowColor? color)
Parameters
textstringsizefloat?opacityfloat?colorWindowColor?
Properties
Color
颜色
public WindowColor? Color { get; set; }
Property Value
Opacity
透明度
public float? Opacity { get; set; }
Property Value
Size
字体大小
public float? Size { get; set; }
Property Value
Text
文本
public string Text { get; set; }