Duration.Automatic 属性

定义

获取自动确定的 Duration 值。

public:
 static property System::Windows::Duration Automatic { System::Windows::Duration get(); };
public static System.Windows.Duration Automatic { get; }
member this.Automatic : System.Windows.Duration
Public Shared ReadOnly Property Automatic As Duration

属性值

Duration

初始化为自动值的 Duration

注解

XAML 属性用法

<object property="Automatic" />  

XAML 值

property
接受 Duration 值的属性。

适用于