Lerp.Calculate 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í.
public:
property Microsoft::Maui::Animations::Lerp::LerpDelegate ^ Calculate { Microsoft::Maui::Animations::Lerp::LerpDelegate ^ get(); void set(Microsoft::Maui::Animations::Lerp::LerpDelegate ^ value); };
public Microsoft.Maui.Animations.Lerp.LerpDelegate? Calculate { get; set; }
member this.Calculate : Microsoft.Maui.Animations.Lerp.LerpDelegate with get, set
Public Property Calculate As Lerp.LerpDelegate