The properties of Xamarin.Forms.VisualElement are listed below. For a list of all members, see the VisualElement Members list.
See Also: Inherited members from Xamarin.Forms.Element
| AnchorX | double. Gets or sets the X component of the center point for any transform, relative to the bounds of the element. This is a bindable property. | |
| AnchorY | double. Gets or sets the Y component of the center point for any transform, relative to the bounds of the element. This is a bindable property. | |
| BackgroundColor | Color. Gets or sets the color which will fill the background of a VisualElement. This is a bindable property. | |
| [read-only] | Behaviors | IList<Behavior>. Gets the list of Behavior associated to this element. This is a bindable propery. |
| [read-only] | Bounds | Rectangle. Gets the bounds of the element. |
| [read-only] | Height | double. Gets the current rendered height of this element. This is a read-only bindable property. |
| HeightRequest | double. Gets or sets the desired height override of this element. | |
| InputTransparent | bool. Gets or sets a value indicating whether this element should be involved in the user interaction cycle. This is a bindable property. | |
| IsEnabled | bool. Gets or sets a value indicating whether this element is enabled in the user interface. This is a bindable property. | |
| [read-only] | IsFocused | bool. Gets a value indicating whether this element is focused currently. This is a bindable property. |
| IsVisible | bool. Gets or sets a value that determines whether this elements should be part of the visual tree or not. This is a bindable property. | |
| MinimumHeightRequest | double. Gets or sets a value which overrides the minimum height the element will request during layout. | |
| MinimumWidthRequest | double. Gets or sets a value which overrides the minimum width the element will request during layout. | |
| [read-only] | Navigation | INavigation. Gets the context aware navigation interface for the element. |
| Opacity | double. Gets or sets the opacity value applied to the element when it is rendered. This is a bindable property. | |
| Resources | ResourceDictionary. Gets or sets the local resource dictionary. | |
| Rotation | double. Gets or sets the rotation about the Z-axis (affine rotation) when the element is rendered. | |
| RotationX | double. Gets or sets the rotation about the X-axis (perspective rotation) when the element is rendered. | |
| RotationY | double. Gets or sets the rotation about the Y-axis (perspective rotation) when the element is rendered. | |
| Scale | double. Gets or sets the scale factor applied to the element. | |
| Style | Style. Gets or sets the style that defines how this visual element is displayed. | |
| TranslationX | double. Gets or sets the X translation delta of the element. | |
| TranslationY | double. Gets or sets the Y translation delta of the element. | |
| [read-only] | Triggers | IList<TriggerBase>. Gets the list of Trigger associated to this element. This is a bindable property. |
| [read-only] | Width | double. Gets the current rendered width of this element. This is a read-only bindable property. |
| WidthRequest | double. Gets or sets the desired width override of this element. | |
| [read-only] | X | double. Gets the current X position of this element. This is a read-only bindable property. |
| [read-only] | Y | double. Gets the current Y position of this element. This is a read-only bindable property. |