Class LabelModel
文本标签模型
public class LabelModel
- Inheritance
-
LabelModel
- Inherited Members
- Extension Methods
Constructors
LabelModel(string, CPoint3, CPoint3, float?, float?, WindowColor?)
构造
public LabelModel(string Text, CPoint3 positionArrow, CPoint3 positionText, float? size, float? opacity, WindowColor? color)
Parameters
TextstringpositionArrowCPoint3positionTextCPoint3sizefloat?opacityfloat?colorWindowColor?
Properties
Color
颜色
public WindowColor? Color { get; set; }
Property Value
Opacity
透明度
public float? Opacity { get; set; }
Property Value
PositionArrow
箭头位置
public CPoint3 PositionArrow { get; set; }
Property Value
PositionText
文本位置
public CPoint3 PositionText { get; set; }
Property Value
Size
字体大小
public float? Size { get; set; }
Property Value
Text
标签文本
public string Text { get; set; }