Table of Contents

Class PrintPagePresenterBase

Namespace
HeBianGu.Systems.Print
Assembly
HeBianGu.Systems.Print.dll
public class PrintPagePresenterBase : DisplayerViewModelBase, INotifyPropertyChanged, IDisplayer, IPrintPagePresenter, IMetaSettingSerilize, ICloneable
Inheritance
PrintPagePresenterBase
Implements
Derived
Inherited Members
Extension Methods

Constructors

PrintPagePresenterBase()

public PrintPagePresenterBase()

Properties

Background

[Display(Name = "背景颜色", GroupName = "样式")]
public Brush Background { get; set; }

Property Value

Brush

BorderBrush

[Display(Name = "边框颜色", GroupName = "样式")]
public Brush BorderBrush { get; set; }

Property Value

Brush

FontSize

[Display(Name = "字体大小", GroupName = "样式")]
public int FontSize { get; set; }

Property Value

int

Foreground

[Display(Name = "字体颜色", GroupName = "样式")]
public Brush Foreground { get; set; }

Property Value

Brush

Visisble

[Display(Name = "显示/隐藏", GroupName = "常用,样式")]
public bool Visisble { get; set; }

Property Value

bool

Methods

Clone()

Creates a new object that is a copy of the current instance.

public object Clone()

Returns

object

A new object that is a copy of this instance.

Load()

public void Load()

Refresh()

public virtual void Refresh()

Save()

public void Save()