Table of Contents

Class GuideViewPresenter

Namespace
HeBianGu.Control.Guide
Assembly
HeBianGu.Control.Guide.dll
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

int

CoverColor

[Display(Name = "遮盖背景")]
public Color CoverColor { get; set; }

Property Value

Color

CoverOpacity

[Range(0, 1)]
[Display(Name = "遮盖背景")]
public double CoverOpacity { get; set; }

Property Value

double

Stroke

[Display(Name = "线条颜色")]
public Brush Stroke { get; set; }

Property Value

Brush

StrokeDashArray

[Display(Name = "线条虚线")]
public DoubleCollection StrokeDashArray { get; set; }

Property Value

DoubleCollection

StrokeThickness

[Display(Name = "线条厚度")]
public double StrokeThickness { get; set; }

Property Value

double

TextMaxWidth

[Range(100, 800)]
[Display(Name = "详情最大宽度")]
public double TextMaxWidth { get; set; }

Property Value

double

UseOnLoad

[Display(Name = "详情最大宽度")]
public bool UseOnLoad { get; set; }

Property Value

bool

Methods

Invoke(out string)

public override bool Invoke(out string message)

Parameters

message string

Returns

bool

Load()

public override void Load()