Table of Contents

Class CardPresenter

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

Constructors

CardPresenter()

public CardPresenter()

Properties

CornerRadius

[Display(Name = "圆角", GroupName = "常用,样式")]
public CornerRadius CornerRadius { get; set; }

Property Value

CornerRadius

DropShadowEffectOpacity

[Display(Name = "阴影透明度", GroupName = "常用,样式")]
public double DropShadowEffectOpacity { get; set; }

Property Value

double

FromColor

[Display(Name = "起始颜色", GroupName = "常用,样式")]
public Color FromColor { get; set; }

Property Value

Color

Orientation

[Display(Name = "对齐方式", GroupName = "常用,样式")]
public Orientation Orientation { get; set; }

Property Value

Orientation

ToColor

[Display(Name = "终止颜色", GroupName = "常用,样式")]
public Color ToColor { get; set; }

Property Value

Color

Methods

LoadDefault()

public override void LoadDefault()