Table of Contents

Interface IGuideViewPresenterOption

Namespace
HeBianGu.Control.Guide
Assembly
HeBianGu.Control.Guide.dll
public interface IGuideViewPresenterOption : IMvpSettingOption, ISettingOption
Inherited Members
Extension Methods

Properties

AnimationDuration

int AnimationDuration { get; set; }

Property Value

int

CoverColor

Color CoverColor { get; set; }

Property Value

Color

CoverOpacity

double CoverOpacity { get; set; }

Property Value

double

Stroke

Brush Stroke { get; set; }

Property Value

Brush

StrokeDashArray

DoubleCollection StrokeDashArray { get; set; }

Property Value

DoubleCollection

StrokeThickness

double StrokeThickness { get; set; }

Property Value

double

TextMaxWidth

double TextMaxWidth { get; set; }

Property Value

double

UseOnLoad

bool UseOnLoad { get; set; }

Property Value

bool