Table of Contents

Class TitlePresenter

Namespace
H.Presenters.Design.Presenter
Assembly
H.Presenters.Design.dll
[Display(Name = "标题")]
public class TitlePresenter : TextBlockPresenter, INotifyPropertyChanged, IDisplayBindable, IIconable, INameable, IOrderable, IGroupable, IDable, IDescriptionable, IDesignPresenter, IDesignPresenterBase, ICloneable, 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()