Effect.Element Property

Definition

Gets the element to which the style is attached.

public Xamarin.Forms.Element Element { get; }
member this.Element : Xamarin.Forms.Element

Property Value

The Element to which the property is attached, if the property is attached. Otherwise, null.

Applies to