Share via


PathFigure Clase

Definición

public ref class PathFigure sealed : Microsoft::Maui::Controls::BindableObject, Microsoft::Maui::Controls::IAnimatable
[Microsoft.Maui.Controls.ContentProperty("Segments")]
public sealed class PathFigure : Microsoft.Maui.Controls.BindableObject, Microsoft.Maui.Controls.IAnimatable
[<Microsoft.Maui.Controls.ContentProperty("Segments")>]
type PathFigure = class
    inherit BindableObject
    interface IAnimatable
Public NotInheritable Class PathFigure
Inherits BindableObject
Implements IAnimatable
Herencia
PathFigure
Atributos
Implementaciones

Constructores

PathFigure()

Campos

IsClosedProperty

Propiedad enlazable para IsClosed.

IsFilledProperty

Propiedad enlazable para IsFilled.

SegmentsProperty

Propiedad enlazable para Segments.

StartPointProperty

Propiedad enlazable para StartPoint.

Propiedades

BindingContext

Obtiene o establece un objeto que contiene las propiedades dirigidas por las propiedades enlazadas que pertenecen a este BindableObjectobjeto . Es una propiedad enlazable.

(Heredado de BindableObject)
Dispatcher

Obtiene el distribuidor que estaba disponible cuando se creó este objeto enlazable; de lo contrario, intenta encontrar el distribuidor disponible más cercano (probablemente el de la ventana o la aplicación).

(Heredado de BindableObject)
IsClosed
IsFilled
Segments
StartPoint

Métodos

ApplyBindings()

Aplica todos los enlaces actuales a BindingContext.

(Heredado de BindableObject)
BatchBegin()
BatchCommit()
ClearValue(BindableProperty)

Borra cualquier valor establecido previamente para una propiedad enlazable.

(Heredado de BindableObject)
ClearValue(BindablePropertyKey)

Borra cualquier valor establecido previamente para una propiedad enlazable, identificada por su clave.

(Heredado de BindableObject)
CoerceValue(BindableProperty)

Convierte el valor de la propiedad enlazable especificada. Para ello, se invoca BindableProperty.CoerceValueDelegate la propiedad enlazable especificada.

(Heredado de BindableObject)
CoerceValue(BindablePropertyKey)

Convierte el valor de la propiedad enlazable especificada. Para ello, se invoca BindableProperty.CoerceValueDelegate la propiedad enlazable especificada.

(Heredado de BindableObject)
GetValue(BindableProperty)

Devuelve el valor contenido en la propiedad enlazable especificada.

(Heredado de BindableObject)
IsSet(BindableProperty)

Determina si existe o no una propiedad enlazable y tiene un valor establecido.

(Heredado de BindableObject)
OnBindingContextChanged()

Genera el evento BindingContextChanged.

(Heredado de BindableObject)
OnPropertyChanged(String)

Genera el evento PropertyChanged.

(Heredado de BindableObject)
OnPropertyChanging(String)

Genera el evento PropertyChanging.

(Heredado de BindableObject)
RemoveBinding(BindableProperty)

Quita un enlace establecido previamente de una propiedad enlazable.

(Heredado de BindableObject)
SetBinding(BindableProperty, BindingBase)

Asigna un enlace a una propiedad enlazable.

(Heredado de BindableObject)
SetValue(BindableProperty, Object)

Establece el valor de la propiedad enlazable especificada.

(Heredado de BindableObject)
SetValue(BindablePropertyKey, Object)

Establece el valor de la propiedad enlazable especificada.

(Heredado de BindableObject)
SetValueCore(BindableProperty, Object, SetValueFlags)

Para uso interno de la plataforma Microsoft.Maui.Controls.

(Heredado de BindableObject)
UnapplyBindings()

Quita todos los enlaces actuales del contexto actual.

(Heredado de BindableObject)

Eventos

BindingContextChanged

Se produce cuando cambia el valor de la propiedad BindingContext.

(Heredado de BindableObject)
PropertyChanged

Tiene lugar cuando cambia un valor de propiedad.

(Heredado de BindableObject)
PropertyChanging

Se produce cuando un valor de propiedad está cambiando.

(Heredado de BindableObject)

Implementaciones de interfaz explícitas

IDynamicResourceHandler.SetDynamicResource(BindableProperty, String) (Heredado de BindableObject)

Métodos de extensión

AbortAnimation(IAnimatable, String)

Detiene la animación.

Animate(IAnimatable, String, Animation, UInt32, UInt32, Easing, Action<Double,Boolean>, Func<Boolean>)

Establece los parámetros especificados e inicia la animación.

Animate(IAnimatable, String, Action<Double>, Double, Double, UInt32, UInt32, Easing, Action<Double,Boolean>, Func<Boolean>)

Establece los parámetros especificados e inicia la animación.

Animate(IAnimatable, String, Action<Double>, UInt32, UInt32, Easing, Action<Double,Boolean>, Func<Boolean>)

Establece los parámetros especificados e inicia la animación.

Animate<T>(IAnimatable, String, Func<Double,T>, Action<T>, UInt32, UInt32, Easing, Action<T,Boolean>, Func<Boolean>, IAnimationManager)

Establece los parámetros especificados e inicia la animación.

AnimateKinetic(IAnimatable, String, Func<Double,Double,Boolean>, Double, Double, Action, IAnimationManager)

Establece los parámetros especificados e inicia la animación cinética.

AnimationIsRunning(IAnimatable, String)

Devuelve un valor booleano que indica si la animación que ha especificado handle se está ejecutando o no.

Batch(IAnimatable)
GetPropertyIfSet<T>(BindableObject, BindableProperty, T)
SetAppTheme<T>(BindableObject, BindableProperty, T, T)
SetAppThemeColor(BindableObject, BindableProperty, Color, Color)
SetBinding(BindableObject, BindableProperty, String, BindingMode, IValueConverter, String)

Crea y aplica un enlace a una propiedad.

Se aplica a