Table of Contents

Class TitleModel

Namespace
AT.Librarys.Container.Toolkit.Vision
Assembly
AT.Librarys.Container.dll

文本标题模型

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

text string
size float?
opacity float?
color WindowColor?

Properties

Color

颜色

public WindowColor? Color { get; set; }

Property Value

WindowColor?

Opacity

透明度

public float? Opacity { get; set; }

Property Value

float?

Size

字体大小

public float? Size { get; set; }

Property Value

float?

Text

文本

public string Text { get; set; }

Property Value

string