Class GuideOptions
[Display(Name = "向导页面", GroupName = "控件设置", Description = "设置向导页面信息")]
public class GuideOptions : IocOptionInstance<GuideOptions>, INotifyPropertyChanged, IDisplayBindable, IIconable, IDable, IDescriptionable, ISettable, INameable, IOrderable, IGroupable, ILoadable, ISaveable, IDefaultable, IClearable, IOptions<GuideOptions>, IGuideOptions
- Inheritance
-
GuideOptions
- Implements
- Inherited Members
- Extension Methods
Properties
AnimationDuration
[Display(Name = "动画间隔")]
public int AnimationDuration { get; set; }
Property Value
CoverColor
[Display(Name = "背景颜色", Description = "设置遮盖背景的颜色")]
public Color CoverColor { get; set; }
Property Value
CoverOpacity
[Range(0, 1)]
[Display(Name = "透明度", Description = "设置遮盖背景的透明度")]
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 = "详情宽度", Description = "设置详情页面的最大宽度")]
public double TextMaxWidth { get; set; }
Property Value
UseOnLoad
[Display(Name = "自动启动", Description = "启动时显示新手向导")]
public bool UseOnLoad { get; set; }
Property Value
Methods
Load(out string)
public override bool Load(out string message)
Parameters
message
string
Returns
LoadDefault()
加载默认值。
public override void LoadDefault()