Xamarin.Forms.VisualElement: Property Members

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

Public Properties

AnchorXdouble. 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.
AnchorYdouble. 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.
BackgroundColorColor. Gets or sets the color which will fill the background of a VisualElement. This is a bindable property.
[read-only]
BehaviorsIList<Behavior>. Gets the list of Behavior associated to this element. This is a bindable propery.
[read-only]
BoundsRectangle. Gets the bounds of the element.
[read-only]
Heightdouble. Gets the current rendered height of this element. This is a read-only bindable property.
HeightRequestdouble. Gets or sets the desired height override of this element.
InputTransparentbool. Gets or sets a value indicating whether this element should be involved in the user interaction cycle. This is a bindable property.
IsEnabledbool. Gets or sets a value indicating whether this element is enabled in the user interface. This is a bindable property.
[read-only]
IsFocusedbool. Gets a value indicating whether this element is focused currently. This is a bindable property.
IsVisiblebool. Gets or sets a value that determines whether this elements should be part of the visual tree or not. This is a bindable property.
MinimumHeightRequestdouble. Gets or sets a value which overrides the minimum height the element will request during layout.
MinimumWidthRequestdouble. Gets or sets a value which overrides the minimum width the element will request during layout.
[read-only]
NavigationINavigation. Gets the context aware navigation interface for the element.
Opacitydouble. Gets or sets the opacity value applied to the element when it is rendered. This is a bindable property.
ResourcesResourceDictionary. Gets or sets the local resource dictionary.
Rotationdouble. Gets or sets the rotation about the Z-axis (affine rotation) when the element is rendered.
RotationXdouble. Gets or sets the rotation about the X-axis (perspective rotation) when the element is rendered.
RotationYdouble. Gets or sets the rotation about the Y-axis (perspective rotation) when the element is rendered.
Scaledouble. Gets or sets the scale factor applied to the element.
StyleStyle. Gets or sets the style that defines how this visual element is displayed.
TranslationXdouble. Gets or sets the X translation delta of the element.
TranslationYdouble. Gets or sets the Y translation delta of the element.
[read-only]
TriggersIList<TriggerBase>. Gets the list of Trigger associated to this element. This is a bindable property.
[read-only]
Widthdouble. Gets the current rendered width of this element. This is a read-only bindable property.
WidthRequestdouble. Gets or sets the desired width override of this element.
[read-only]
Xdouble. Gets the current X position of this element. This is a read-only bindable property.
[read-only]
Ydouble. Gets the current Y position of this element. This is a read-only bindable property.