Class UpperProgressIndicatorElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class UpperProgressIndicatorElement : ProgressIndicatorElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
UpperProgressIndicatorElement()
Declaration
public UpperProgressIndicatorElement()
Fields
AutoOpacityMinimumProperty
AutoOpacityProperty
Properties
AutoOpacity
Gets or sets whether this progress indicatior will automatically control its opacity when close to or over the second progress indicator.
Declaration
public bool AutoOpacity { get; set; }
Property Value
System.Boolean
|
AutoOpacityMinimum
Gets or sets the minimum opacity level this progress indicator will go to when over the second progress indicator when AutoOpacity property is set to true.
Declaration
public double AutoOpacityMinimum { get; set; }
Property Value
System.Double
|
Methods
InitializeFields()
Initializes the fields.
Declaration
protected override void InitializeFields()