Class CardPresenter
- Namespace
- H.Presenters.Design.Presenter
- Assembly
- H.Presenters.Design.dll
[Display(Name = "卡片")]
public class CardPresenter : TitlePresenter, INotifyPropertyChanged, IDisplayBindable, IIconable, INameable, IOrderable, IGroupable, IDable, IDescriptionable, IDesignPresenter, IDesignPresenterBase, ICloneable, ITextData
- Inheritance
-
CardPresenter
- Implements
- Inherited Members
- Extension Methods
Constructors
CardPresenter()
public CardPresenter()
Properties
CornerRadius
[Display(Name = "圆角", GroupName = "常用,样式")]
public CornerRadius CornerRadius { get; set; }
Property Value
DropShadowEffectOpacity
[Display(Name = "阴影透明度", GroupName = "常用,样式")]
public double DropShadowEffectOpacity { get; set; }
Property Value
FromColor
[Display(Name = "起始颜色", GroupName = "常用,样式")]
public Color FromColor { get; set; }
Property Value
Orientation
[Display(Name = "对齐方式", GroupName = "常用,样式")]
public Orientation Orientation { get; set; }
Property Value
ToColor
[Display(Name = "终止颜色", GroupName = "常用,样式")]
public Color ToColor { get; set; }
Property Value
Methods
LoadDefault()
加载默认值。
public override void LoadDefault()