Class GuideViewPresenter
public class GuideViewPresenter : ServiceMvpSettingBase<GuideViewPresenter, IGuideViewPresenter>, INotifyPropertyChanged, IDisplayer, ISetting, IGuideViewPresenter, IInvokePresenter, IViewPresenter, IGuideViewPresenterOption, IMvpSettingOption, ISettingOption
- Inheritance
-
GuideViewPresenter
- Implements
- Inherited Members
- Extension Methods
Properties
AnimationDuration
[Display(Name = "动画间隔")]
public int AnimationDuration { get; set; }
Property Value
CoverColor
[Display(Name = "遮盖背景")]
public Color CoverColor { get; set; }
Property Value
CoverOpacity
[Range(0, 1)]
[Display(Name = "遮盖背景")]
public double CoverOpacity { get; set; }
Property Value
Stroke
[Display(Name = "线条颜色")]
public Brush Stroke { get; set; }
Property Value
StrokeDashArray
[Display(Name = "线条虚线")]
public DoubleCollection StrokeDashArray { get; set; }
Property Value
StrokeThickness
[Display(Name = "线条厚度")]
public double StrokeThickness { get; set; }
Property Value
TextMaxWidth
[Range(100, 800)]
[Display(Name = "详情最大宽度")]
public double TextMaxWidth { get; set; }
Property Value
UseOnLoad
[Display(Name = "详情最大宽度")]
public bool UseOnLoad { get; set; }
Property Value
Methods
Invoke(out string)
public override bool Invoke(out string message)
Parameters
message
string
Returns
Load()
public override void Load()