Table of Contents

Class WaveProgressBar

Namespace
HeBianGu.General.WpfControlLib
Assembly
HeBianGu.General.WpfControlLib.dll

波浪进度条

[TemplatePart(Name = "PART_Wave", Type = typeof(FrameworkElement))]
[TemplatePart(Name = "PART_Clip", Type = typeof(FrameworkElement))]
public class WaveProgressBar : RangeBase, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
Inheritance
WaveProgressBar
Implements
Inherited Members
Extension Methods

Constructors

WaveProgressBar()

public WaveProgressBar()

Fields

ShowTextProperty

public static readonly DependencyProperty ShowTextProperty

Field Value

DependencyProperty

TextProperty

public static readonly DependencyProperty TextProperty

Field Value

DependencyProperty

WaveFillProperty

public static readonly DependencyProperty WaveFillProperty

Field Value

DependencyProperty

WaveStrokeProperty

public static readonly DependencyProperty WaveStrokeProperty

Field Value

DependencyProperty

WaveThicknessProperty

public static readonly DependencyProperty WaveThicknessProperty

Field Value

DependencyProperty

Properties

ShowText

public bool ShowText { get; set; }

Property Value

bool

Text

public string Text { get; set; }

Property Value

string

WaveFill

public Brush WaveFill { get; set; }

Property Value

Brush

WaveStroke

public Brush WaveStroke { get; set; }

Property Value

Brush

WaveThickness

public double WaveThickness { get; set; }

Property Value

double

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

public override void OnApplyTemplate()

OnValueChanged(double, double)

Raises the ValueChanged routed event.

protected override void OnValueChanged(double oldValue, double newValue)

Parameters

oldValue double

Old value of the Value property.

newValue double

New value of the Value property.