RepeatBehavior.Type 属性

定义

获取或设置 RepeatBehaviorType 值之一,它描述了行为重复的方式。

public:
 property Windows::UI::Xaml::Media::Animation::RepeatBehaviorType Type { Windows::UI::Xaml::Media::Animation::RepeatBehaviorType get(); void set(Windows::UI::Xaml::Media::Animation::RepeatBehaviorType value); };
public Windows.UI.Xaml.Media.Animation.RepeatBehaviorType Type { get; set; }
member this.Type : Windows.UI.Xaml.Media.Animation.RepeatBehaviorType with get, set
Public Property Type As RepeatBehaviorType

属性值

重复行为的类型。

注解

此结构表示 Windows 运行时 (WinRT) RepeatBehavior 结构的 .NET 投影。 有关详细信息,请参阅 UWP API 参考中的 RepeatBehavior

适用于