Class CardPresenter
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
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()