Class ProgressBarControl
- Namespace
- HeBianGu.General.WpfControlLib
- Assembly
- HeBianGu.General.WpfControlLib.dll
进度条
[Obsolete("效果不佳 不用了")]
public class ProgressBarControl : UserControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IComponentConnector
- Inheritance
-
ProgressBarControl
- Implements
- Inherited Members
- Extension Methods
Constructors
ProgressBarControl()
public ProgressBarControl()
Fields
CanvasSizeProperty
public static readonly DependencyProperty CanvasSizeProperty
Field Value
EllipseCountProperty
public static readonly DependencyProperty EllipseCountProperty
Field Value
EllipseSizeProperty
public static readonly DependencyProperty EllipseSizeProperty
Field Value
StepAngleProperty
public static readonly DependencyProperty StepAngleProperty
Field Value
TimeSpanProperty
public static readonly DependencyProperty TimeSpanProperty
Field Value
Properties
CanvasSize
获取或设置面板大小 默认80
public double CanvasSize { get; set; }
Property Value
EllipseCount
获取或设置圆圈数量 默认12
public double EllipseCount { get; set; }
Property Value
EllipseSize
获取或设置圆圈大小 默认10
public double EllipseSize { get; set; }
Property Value
StepAngle
获取或设置每次旋转角度 默认10.0
public double StepAngle { get; set; }
Property Value
TimeSpan
获取或设置每次旋转间隔时间(毫秒) 默认100毫秒
public int TimeSpan { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()