ProgressControl 类

定义

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
继承
ProgressControl
实现

构造函数

ProgressControl()

ProgressControl.xaml 的交互逻辑

字段

FillProperty

ProgressControl.xaml 的交互逻辑

UseFixedSizeSpinnerProperty

ProgressControl.xaml 的交互逻辑

属性

Fill

ProgressControl.xaml 的交互逻辑

UseFixedSizeSpinner

指示无论 的大小如何,是否应固定微调器动画的大小 ProgressControl。 默认值:true

将此值设置为 false 将导致微调器动画的大小由 ProgressControl的大小决定。

方法

InitializeComponent()

InitializeComponent

OnApplyTemplate()

ProgressControl.xaml 的交互逻辑

适用于