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
TextProperty
public static readonly DependencyProperty TextProperty
Field Value
WaveFillProperty
public static readonly DependencyProperty WaveFillProperty
Field Value
WaveStrokeProperty
public static readonly DependencyProperty WaveStrokeProperty
Field Value
WaveThicknessProperty
public static readonly DependencyProperty WaveThicknessProperty
Field Value
Properties
ShowText
public bool ShowText { get; set; }
Property Value
Text
public string Text { get; set; }
Property Value
WaveFill
public Brush WaveFill { get; set; }
Property Value
WaveStroke
public Brush WaveStroke { get; set; }
Property Value
WaveThickness
public double WaveThickness { get; set; }
Property Value
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)