RepeatBehavior.Type Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece uno de los valores de RepeatBehaviorType que describe la forma en que se repite el comportamiento.
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
Valor de propiedad
Tipo de comportamiento de repetición.
Comentarios
Esta estructura representa la proyección de .NET del struct de Windows Runtime (WinRT RepeatBehavior
). Para obtener más información, consulta RepeatBehavior en la referencia de api para UWP.