RepeatBehavior.Type Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets one of the RepeatBehaviorType values that describes the way behavior repeats.
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
Property Value
The type of repeat behavior.
Remarks
This struct represents the .NET projection of the Windows Runtime (WinRT) RepeatBehavior
struct. For more information, see RepeatBehavior in the UWP API reference.