ProgressControl Class

Definition

Interaction logic for ProgressControl.xaml

public ref class ProgressControl : System::Windows::Controls::UserControl, System::Windows::Markup::IComponentConnector
public ref class ProgressControl : System::Windows::Controls::UserControl
public class ProgressControl : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector
public class ProgressControl : System.Windows.Controls.UserControl
type ProgressControl = class
    inherit UserControl
    interface IComponentConnector
type ProgressControl = class
    inherit UserControl
Public Class ProgressControl
Inherits UserControl
Implements IComponentConnector
Public Class ProgressControl
Inherits UserControl
Inheritance
ProgressControl
Implements

Constructors

ProgressControl()

Fields

FillProperty
UseFixedSizeSpinnerProperty

Properties

Fill
UseFixedSizeSpinner

Indicates whether the size of the spinner animation should be fixed, regardless of the size of the ProgressControl. Default value: true.

Setting this value to false will cause the size of the spinner animation to be determined by the size of the ProgressControl.

Methods

InitializeComponent()

InitializeComponent

OnApplyTemplate()

Applies to