Class TextElementStyle
public class TextElementStyle : NotifyPropertyChangedBase, INotifyPropertyChanged
- Inheritance
-
TextElementStyle
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
FontFamily
[Display(Name = "字体类型", GroupName = "基础信息", Order = 0)]
public FontFamily FontFamily { get; set; }
Property Value
FontSize
[Display(Name = "字体大小", GroupName = "基础信息", Order = 0)]
public double FontSize { get; set; }
Property Value
FontStretch
[Display(Name = "文本拉伸", GroupName = "基础信息", Order = 0)]
public FontStretch FontStretch { get; set; }
Property Value
FontStyle
[Display(Name = "文本样式", GroupName = "基础信息", Order = 0)]
public FontStyle FontStyle { get; set; }
Property Value
FontWeight
[Display(Name = "文本粗细", GroupName = "基础信息", Order = 0)]
public FontWeight FontWeight { get; set; }