Click or drag to resize

OAuthLoginPage Properties

The OAuthLoginPage type exposes the following members.

Properties
  NameDescription
Public propertyAnchorX
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.
(Inherited from VisualElement.)
Public propertyAnchorY
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.
(Inherited from VisualElement.)
Public propertyAutomationId
Gets or sets a value that allows the automation framework to find and interact with this element.
(Inherited from Element.)
Public propertyBackgroundColor
Gets or sets the color which will fill the background of a VisualElement. This is a bindable property.
(Inherited from VisualElement.)
Public propertyBackgroundImage
Identifies the image used as a background for the Page.
(Inherited from Page.)
Public propertyBehaviors
Gets the list of Behavior associated to this element. This is a bindable propery.
(Inherited from VisualElement.)
Public propertyBindingContext
Gets or sets object that contains the properties that will be targeted by the bound properties that belong to this BindableObject.
(Inherited from BindableObject.)
Public propertyBounds
Gets the bounds of the element.
(Inherited from VisualElement.)
Public propertyClassId
Gets or sets a value used to identify a collection of semantically similar elements.
(Inherited from Element.)
Public propertyContent
Gets or sets the view that contains the content of the Page.
(Inherited from ContentPage.)
Public propertyControlTemplate
Gets or sets the control template that is used to display content.
(Inherited from TemplatedPage.)
Public propertyEffects
A list of the effects that are applied to this item.
(Inherited from Element.)
Public propertyHeight
Gets the current rendered height of this element. This is a read-only bindable property.
(Inherited from VisualElement.)
Public propertyHeightRequest
Gets or sets the desired height override of this element.
(Inherited from VisualElement.)
Public propertyIcon
Resource identifier for the Page's associated icon.
(Inherited from Page.)
Public propertyId
Gets a value that can be used to uniquely identify an element through the run of an application.
(Inherited from Element.)
Public propertyInputTransparent
Gets or sets a value indicating whether this element should be involved in the user interaction cycle. This is a bindable property.
(Inherited from VisualElement.)
Public propertyIsBusy
Marks the Page as busy. This will cause the platform specific global activity indicator to show a busy state.
(Inherited from Page.)
Public propertyIsEnabled
Gets or sets a value indicating whether this element is enabled in the user interface. This is a bindable property.
(Inherited from VisualElement.)
Public propertyIsFocused
Gets a value indicating whether this element is focused currently. This is a bindable property.
(Inherited from VisualElement.)
Public propertyIsVisible
Gets or sets a value that determines whether this elements should be part of the visual tree or not. This is a bindable property.
(Inherited from VisualElement.)
Public propertyMinimumHeightRequest
Gets or sets a value which overrides the minimum height the element will request during layout.
(Inherited from VisualElement.)
Public propertyMinimumWidthRequest
Gets or sets a value which overrides the minimum width the element will request during layout.
(Inherited from VisualElement.)
Public propertyNavigation
Gets the context aware navigation interface for the element.
(Inherited from VisualElement.)
Public propertyOpacity
Gets or sets the opacity value applied to the element when it is rendered. This is a bindable property.
(Inherited from VisualElement.)
Public propertyPadding
The space between the content of the Page and it's border.
(Inherited from Page.)
Public propertyParent
Gets or sets the parent element of the element.
(Inherited from Element.)
Public propertyParentView Obsolete.
Gets the element which is the closest ancestor of this element that is a VisualElement.
(Inherited from Element.)
Public propertyResources
Gets or sets the local resource dictionary.
(Inherited from VisualElement.)
Public propertyRotation
Gets or sets the rotation about the Z-axis (affine rotation) when the element is rendered.
(Inherited from VisualElement.)
Public propertyRotationX
Gets or sets the rotation about the X-axis (perspective rotation) when the element is rendered.
(Inherited from VisualElement.)
Public propertyRotationY
Gets or sets the rotation about the Y-axis (perspective rotation) when the element is rendered.
(Inherited from VisualElement.)
Public propertyScale
Gets or sets the scale factor applied to the element.
(Inherited from VisualElement.)
Public propertyStyle
Gets or sets the style that defines how this visual element is displayed.
(Inherited from VisualElement.)
Public propertyStyleClass
Gets or sets the style class for the visual element.
(Inherited from VisualElement.)
Public propertyStyleId
Gets or sets a user defined value to uniquely identify the element.
(Inherited from Element.)
Public propertyTitle
The Page's title.
(Inherited from Page.)
Public propertyToolbarItems
A set of ToolbarItems, implemented in a platform-specific manner.
(Inherited from Page.)
Public propertyTranslationX
Gets or sets the X translation delta of the element.
(Inherited from VisualElement.)
Public propertyTranslationY
Gets or sets the Y translation delta of the element.
(Inherited from VisualElement.)
Public propertyTriggers
Gets the list of Trigger associated to this element. This is a bindable property.
(Inherited from VisualElement.)
Public propertyWidth
Gets the current rendered width of this element. This is a read-only bindable property.
(Inherited from VisualElement.)
Public propertyWidthRequest
Gets or sets the desired width override of this element.
(Inherited from VisualElement.)
Public propertyX
Gets the current X position of this element. This is a read-only bindable property.
(Inherited from VisualElement.)
Public propertyY
Gets the current Y position of this element. This is a read-only bindable property.
(Inherited from VisualElement.)
Top
See Also