Table of Contents

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

DependencyProperty

EllipseCountProperty

public static readonly DependencyProperty EllipseCountProperty

Field Value

DependencyProperty

EllipseSizeProperty

public static readonly DependencyProperty EllipseSizeProperty

Field Value

DependencyProperty

StepAngleProperty

public static readonly DependencyProperty StepAngleProperty

Field Value

DependencyProperty

TimeSpanProperty

public static readonly DependencyProperty TimeSpanProperty

Field Value

DependencyProperty

Properties

CanvasSize

获取或设置面板大小 默认80

public double CanvasSize { get; set; }

Property Value

double

EllipseCount

获取或设置圆圈数量 默认12

public double EllipseCount { get; set; }

Property Value

double

EllipseSize

获取或设置圆圈大小 默认10

public double EllipseSize { get; set; }

Property Value

double

StepAngle

获取或设置每次旋转角度 默认10.0

public double StepAngle { get; set; }

Property Value

double

TimeSpan

获取或设置每次旋转间隔时间(毫秒) 默认100毫秒

public int TimeSpan { get; set; }

Property Value

int

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()