Table of Contents

Class TitlePresenter

Namespace
HeBianGu.Systems.Design
Assembly
HeBianGu.Systems.Design.dll
public class TitlePresenter : TextBlockPresenter, INotifyPropertyChanged, IDisplayer, ICloneable, IDesignPresenter, ITextData
Inheritance
TitlePresenter
Implements
Derived
Inherited Members
Extension Methods

Constructors

TitlePresenter()

public TitlePresenter()

Properties

Title

[Display(Name = "文本颜色", GroupName = "常用,数据")]
public string Title { get; set; }

Property Value

string

TitleFontSize

[Display(Name = "抬头字号", GroupName = "常用,样式")]
public double TitleFontSize { get; set; }

Property Value

double

TitleFontWeight

[Display(Name = "抬头加粗", GroupName = "常用,样式")]
public FontWeight TitleFontWeight { get; set; }

Property Value

FontWeight

TitleForeground

[Display(Name = "抬头颜色", GroupName = "常用,样式")]
public Brush TitleForeground { get; set; }

Property Value

Brush

Methods

LoadDefault()

public override void LoadDefault()