Interface IGuideViewPresenterOption
public interface IGuideViewPresenterOption : IMvpSettingOption, ISettingOption
- Inherited Members
- Extension Methods
Properties
AnimationDuration
int AnimationDuration { get; set; }
Property Value
CoverColor
Color CoverColor { get; set; }
Property Value
CoverOpacity
double CoverOpacity { get; set; }
Property Value
Stroke
Brush Stroke { get; set; }
Property Value
StrokeDashArray
DoubleCollection StrokeDashArray { get; set; }
Property Value
StrokeThickness
double StrokeThickness { get; set; }
Property Value
TextMaxWidth
double TextMaxWidth { get; set; }
Property Value
UseOnLoad
bool UseOnLoad { get; set; }