====== ThinkGeo.MapSuite.FormsEdition.Popup ====== {{section>upgrade_map_suite_to_10.0}} This class represents a popup control for placing on the map. ===== Inheritance Hierarchy ===== *System.Object **Xamarin.Forms.BindableObject ***Xamarin.Forms.Element ****Xamarin.Forms.VisualElement *****Xamarin.Forms.View ******Xamarin.Forms.Layout *******Xamarin.Forms.ContentView ********[[ThinkGeo.MapSuite.FormsEdition.Popup]] ===== Members Summary ===== ==== Public Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#Popup()|Popup]] | | | Initializes a new instance of the class. | ==== Protected Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ ==== Public Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#BatchBegin()|BatchBegin]] | | VisualElement | | | {{wiki:PublicMethod.gif|Public Method}}[[#BatchCommit()|BatchCommit]] | | VisualElement | | | {{wiki:PublicMethod.gif|Public Method}}[[#ClearValue(BindableProperty)|ClearValue]] | BindableProperty | BindableObject | | | {{wiki:PublicMethod.gif|Public Method}}[[#ClearValue(BindablePropertyKey)|ClearValue]] | BindablePropertyKey | BindableObject | | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#Focus()|Focus]] | | VisualElement | | | {{wiki:PublicMethod.gif|Public Method}}[[#ForceLayout()|ForceLayout]] | | Layout | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetSizeRequest(Double, Double)|GetSizeRequest]] | Double, Double | VisualElement(overriden) | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetValue(BindableProperty)|GetValue]] | BindableProperty | BindableObject | | | {{wiki:PublicMethod.gif|Public Method}}[[#Layout(Rectangle)|Layout]] | Rectangle | VisualElement | | | {{wiki:PublicMethod.gif|Public Method}}[[#LowerChild(View)|LowerChild]] | View | Layout | | | {{wiki:PublicMethod.gif|Public Method}}[[#RaiseChild(View)|RaiseChild]] | View | Layout | | | {{wiki:PublicMethod.gif|Public Method}}[[#RemoveBinding(BindableProperty)|RemoveBinding]] | BindableProperty | BindableObject | | | {{wiki:PublicMethod.gif|Public Method}}[[#RemoveDynamicResource(BindableProperty)|RemoveDynamicResource]] | BindableProperty | Element | | | {{wiki:PublicMethod.gif|Public Method}}[[#SetBinding(BindableProperty, BindingBase)|SetBinding]] | BindableProperty, BindingBase | BindableObject | | | {{wiki:PublicMethod.gif|Public Method}}[[#SetDynamicResource(BindableProperty, String)|SetDynamicResource]] | BindableProperty, String | Element | | | {{wiki:PublicMethod.gif|Public Method}}[[#SetValue(BindableProperty, Object)|SetValue]] | BindableProperty, Object | BindableObject | | | {{wiki:PublicMethod.gif|Public Method}}[[#SetValue(BindablePropertyKey, Object)|SetValue]] | BindablePropertyKey, Object | BindableObject | | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#Unfocus()|Unfocus]] | | VisualElement | | ==== Protected Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ApplyBindings(Object)|ApplyBindings]] | Object | BindableObject | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CreateAdapter()|CreateAdapter]] | | | Creates the adapter. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CreateAdapterCore()|CreateAdapterCore]] | | | Creates the adapter core. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#InvalidateLayout()|InvalidateLayout]] | | Layout | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#InvalidateMeasure()|InvalidateMeasure]] | | VisualElement | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#LayoutChildren(Double, Double, Double, Double)|LayoutChildren]] | Double, Double, Double, Double | Layout(overriden) | Layouts the children. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnBindingContextChanged()|OnBindingContextChanged]] | | BindableObject(overriden) | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnChildAdded(Element)|OnChildAdded]] | Element | Element | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnChildMeasureInvalidated(Object, EventArgs)|OnChildMeasureInvalidated]] | Object, EventArgs | Layout | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnChildMeasureInvalidated()|OnChildMeasureInvalidated]] | | Layout | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnChildRemoved(Element)|OnChildRemoved]] | Element | Element | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnChildrenReordered()|OnChildrenReordered]] | | VisualElement | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnParentSet()|OnParentSet]] | | Element(overriden) | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPropertyChanged(String)|OnPropertyChanged]] | String | BindableObject | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPropertyChanging(String)|OnPropertyChanging]] | String | BindableObject | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnSizeAllocated(Double, Double)|OnSizeAllocated]] | Double, Double | VisualElement(overriden) | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnSizeRequest(Double, Double)|OnSizeRequest]] | Double, Double | VisualElement(overriden) | Called when [[size|request]]. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ShouldInvalidateOnChildAdded(View)|ShouldInvalidateOnChildAdded]] | View | Layout | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ShouldInvalidateOnChildRemoved(View)|ShouldInvalidateOnChildRemoved]] | View | Layout | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#SizeAllocated(Double, Double)|SizeAllocated]] | Double, Double | VisualElement | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#UnapplyBindings()|UnapplyBindings]] | | BindableObject | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#UpdateChildrenLayout()|UpdateChildrenLayout]] | | Layout | | ==== Public Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ | {{wiki:PublicProperty.gif|Public Property}}[[#Adapter|Adapter]] | [[ThinkGeo.MapSuite.FormsEdition.Adapters.MapElementAdapter|MapElementAdapter]] | | Gets the adapter. | | {{wiki:PublicProperty.gif|Public Property}}[[#AnchorX|AnchorX]] | Double | VisualElement | | | {{wiki:PublicProperty.gif|Public Property}}[[#AnchorY|AnchorY]] | Double | VisualElement | | | {{wiki:PublicProperty.gif|Public Property}}[[#BackgroundColor|BackgroundColor]] | Color | VisualElement | | | {{wiki:PublicProperty.gif|Public Property}}[[#Behaviors|Behaviors]] | IList | VisualElement | | | {{wiki:PublicProperty.gif|Public Property}}[[#BindingContext|BindingContext]] | Object | BindableObject | | | {{wiki:PublicProperty.gif|Public Property}}[[#Bounds|Bounds]] | Rectangle | VisualElement | | | {{wiki:PublicProperty.gif|Public Property}}[[#ClassId|ClassId]] | String | Element | | | {{wiki:PublicProperty.gif|Public Property}}[[#Content|Content]] | View | ContentView | Gets or sets the content. | | {{wiki:PublicProperty.gif|Public Property}}[[#Content|Content]] | String | | Gets or sets the content. | | {{wiki:PublicProperty.gif|Public Property}}[[#GestureRecognizers|GestureRecognizers]] | IList | View | | | {{wiki:PublicProperty.gif|Public Property}}[[#Height|Height]] | Double | VisualElement | | | {{wiki:PublicProperty.gif|Public Property}}[[#HeightRequest|HeightRequest]] | Double | VisualElement | | | {{wiki:PublicProperty.gif|Public Property}}[[#HorizontalOptions|HorizontalOptions]] | LayoutOptions | View | | | {{wiki:PublicProperty.gif|Public Property}}[[#Id|Id]] | Guid | Element | | | {{wiki:PublicProperty.gif|Public Property}}[[#InputTransparent|InputTransparent]] | Boolean | VisualElement | | | {{wiki:PublicProperty.gif|Public Property}}[[#IsClippedToBounds|IsClippedToBounds]] | Boolean | Layout | | | {{wiki:PublicProperty.gif|Public Property}}[[#IsEnabled|IsEnabled]] | Boolean | VisualElement | | | {{wiki:PublicProperty.gif|Public Property}}[[#IsFocused|IsFocused]] | Boolean | VisualElement | | | {{wiki:PublicProperty.gif|Public Property}}[[#IsVisible|IsVisible]] | Boolean | VisualElement | | | {{wiki:PublicProperty.gif|Public Property}}[[#MinimumHeightRequest|MinimumHeightRequest]] | Double | VisualElement | | | {{wiki:PublicProperty.gif|Public Property}}[[#MinimumWidthRequest|MinimumWidthRequest]] | Double | VisualElement | | | {{wiki:PublicProperty.gif|Public Property}}[[#Navigation|Navigation]] | INavigation | VisualElement | | | {{wiki:PublicProperty.gif|Public Property}}[[#Opacity|Opacity]] | Double | VisualElement | | | {{wiki:PublicProperty.gif|Public Property}}[[#Padding|Padding]] | Thickness | Layout | | | {{wiki:PublicProperty.gif|Public Property}}[[#Parent|Parent]] | Element | Element | | | {{wiki:PublicProperty.gif|Public Property}}[[#ParentView|ParentView]] | VisualElement | Element | | | {{wiki:PublicProperty.gif|Public Property}}[[#Position|Position]] | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | Gets and sets the position of the popup. | | {{wiki:PublicProperty.gif|Public Property}}[[#Resources|Resources]] | ResourceDictionary | VisualElement | | | {{wiki:PublicProperty.gif|Public Property}}[[#Rotation|Rotation]] | Double | VisualElement | | | {{wiki:PublicProperty.gif|Public Property}}[[#RotationX|RotationX]] | Double | VisualElement | | | {{wiki:PublicProperty.gif|Public Property}}[[#RotationY|RotationY]] | Double | VisualElement | | | {{wiki:PublicProperty.gif|Public Property}}[[#Scale|Scale]] | Double | VisualElement | | | {{wiki:PublicProperty.gif|Public Property}}[[#Style|Style]] | Style | VisualElement | | | {{wiki:PublicProperty.gif|Public Property}}[[#StyleId|StyleId]] | String | Element | | | {{wiki:PublicProperty.gif|Public Property}}[[#TranslationX|TranslationX]] | Double | VisualElement | | | {{wiki:PublicProperty.gif|Public Property}}[[#TranslationY|TranslationY]] | Double | VisualElement | | | {{wiki:PublicProperty.gif|Public Property}}[[#Triggers|Triggers]] | IList | VisualElement | | | {{wiki:PublicProperty.gif|Public Property}}[[#VerticalOptions|VerticalOptions]] | LayoutOptions | View | | | {{wiki:PublicProperty.gif|Public Property}}[[#Width|Width]] | Double | VisualElement | | | {{wiki:PublicProperty.gif|Public Property}}[[#WidthRequest|WidthRequest]] | Double | VisualElement | | | {{wiki:PublicProperty.gif|Public Property}}[[#X|X]] | Double | VisualElement | | | {{wiki:PublicProperty.gif|Public Property}}[[#XOffset|XOffset]] | Int32 | | Gets or sets the x offset. | | {{wiki:PublicProperty.gif|Public Property}}[[#Y|Y]] | Double | VisualElement | | | {{wiki:PublicProperty.gif|Public Property}}[[#YOffset|YOffset]] | Int32 | | Gets or sets the y offset. | ==== Protected Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ ==== Public Events ==== ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | {{wiki:PublicEvent.gif|Public Event}}[[#BindingContextChanged|BindingContextChanged]] | EventArgs | BindableObject | | | {{wiki:PublicEvent.gif|Public Event}}[[#ChildAdded|ChildAdded]] | ElementEventArgs | Element | | | {{wiki:PublicEvent.gif|Public Event}}[[#ChildRemoved|ChildRemoved]] | ElementEventArgs | Element | | | {{wiki:PublicEvent.gif|Public Event}}[[#ChildrenReordered|ChildrenReordered]] | EventArgs | VisualElement | | | {{wiki:PublicEvent.gif|Public Event}}[[#DescendantAdded|DescendantAdded]] | ElementEventArgs | Element | | | {{wiki:PublicEvent.gif|Public Event}}[[#DescendantRemoved|DescendantRemoved]] | ElementEventArgs | Element | | | {{wiki:PublicEvent.gif|Public Event}}[[#Focused|Focused]] | FocusEventArgs | VisualElement | | | {{wiki:PublicEvent.gif|Public Event}}[[#LayoutChanged|LayoutChanged]] | EventArgs | Layout | | | {{wiki:PublicEvent.gif|Public Event}}[[#MeasureInvalidated|MeasureInvalidated]] | EventArgs | VisualElement | | | {{wiki:PublicEvent.gif|Public Event}}[[#PropertyChanged|PropertyChanged]] | PropertyChangedEventArgs | BindableObject | | | {{wiki:PublicEvent.gif|Public Event}}[[#PropertyChanging|PropertyChanging]] | PropertyChangingEventArgs | BindableObject | | | {{wiki:PublicEvent.gif|Public Event}}[[#SizeChanged|SizeChanged]] | EventArgs | VisualElement | | | {{wiki:PublicEvent.gif|Public Event}}[[#Unfocused|Unfocused]] | FocusEventArgs | VisualElement | | ===== Public Constructors ===== ==== Popup() ==== Initializes a new instance of the class. === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Constructors|Go Back]] ===== Protected Constructors ===== ===== Public Methods ===== ==== BatchBegin() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== BatchCommit() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== ClearValue(BindableProperty) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | property | BindableProperty | | [[#Public Methods|Go Back]] ==== ClearValue(BindablePropertyKey) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | propertyKey | BindablePropertyKey | | [[#Public Methods|Go Back]] ==== Equals(Object) ==== === Return Value === ^ Return Type ^ Description ^ | Boolean | | === Parameters === ^ Name ^ Type ^ Description ^ | obj | Object | | [[#Public Methods|Go Back]] ==== Focus() ==== === Return Value === ^ Return Type ^ Description ^ | Boolean | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== ForceLayout() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetHashCode() ==== === Return Value === ^ Return Type ^ Description ^ | Int32 | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetSizeRequest(Double, Double) ==== === Return Value === ^ Return Type ^ Description ^ | SizeRequest | | === Parameters === ^ Name ^ Type ^ Description ^ | widthConstraint | Double | | | heightConstraint | Double | | [[#Public Methods|Go Back]] ==== GetType() ==== === Return Value === ^ Return Type ^ Description ^ | Type | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetValue(BindableProperty) ==== === Return Value === ^ Return Type ^ Description ^ | Object | | === Parameters === ^ Name ^ Type ^ Description ^ | property | BindableProperty | | [[#Public Methods|Go Back]] ==== Layout(Rectangle) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | bounds | Rectangle | | [[#Public Methods|Go Back]] ==== LowerChild(View) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | view | View | | [[#Public Methods|Go Back]] ==== RaiseChild(View) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | view | View | | [[#Public Methods|Go Back]] ==== RemoveBinding(BindableProperty) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | property | BindableProperty | | [[#Public Methods|Go Back]] ==== RemoveDynamicResource(BindableProperty) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | property | BindableProperty | | [[#Public Methods|Go Back]] ==== SetBinding(BindableProperty, BindingBase) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | targetProperty | BindableProperty | | | binding | BindingBase | | [[#Public Methods|Go Back]] ==== SetDynamicResource(BindableProperty, String) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | property | BindableProperty | | | key | String | | [[#Public Methods|Go Back]] ==== SetValue(BindableProperty, Object) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | property | BindableProperty | | | value | Object | | [[#Public Methods|Go Back]] ==== SetValue(BindablePropertyKey, Object) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | propertyKey | BindablePropertyKey | | | value | Object | | [[#Public Methods|Go Back]] ==== ToString() ==== === Return Value === ^ Return Type ^ Description ^ | String | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== Unfocus() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ===== Protected Methods ===== ==== ApplyBindings(Object) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | oldContext | Object | | [[#Protected Methods|Go Back]] ==== CreateAdapter() ==== Creates the adapter. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.FormsEdition.Adapters.MapElementAdapter|MapElementAdapter]] | MapElementAdapter. | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== CreateAdapterCore() ==== Creates the adapter core. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.FormsEdition.Adapters.MapElementAdapter|MapElementAdapter]] | MapElementAdapter. | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== Finalize() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== InvalidateLayout() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== InvalidateMeasure() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== LayoutChildren(Double, Double, Double, Double) ==== Layouts the children. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | x | Double | The x. | | y | Double | The y. | | width | Double | The width. | | height | Double | The height. | [[#Protected Methods|Go Back]] ==== MemberwiseClone() ==== === Return Value === ^ Return Type ^ Description ^ | Object | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== OnBindingContextChanged() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== OnChildAdded(Element) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | child | Element | | [[#Protected Methods|Go Back]] ==== OnChildMeasureInvalidated(Object, EventArgs) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | sender | Object | | | e | EventArgs | | [[#Protected Methods|Go Back]] ==== OnChildMeasureInvalidated() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== OnChildRemoved(Element) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | child | Element | | [[#Protected Methods|Go Back]] ==== OnChildrenReordered() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== OnParentSet() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== OnPropertyChanged(String) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | propertyName | String | | [[#Protected Methods|Go Back]] ==== OnPropertyChanging(String) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | propertyName | String | | [[#Protected Methods|Go Back]] ==== OnSizeAllocated(Double, Double) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | width | Double | | | height | Double | | [[#Protected Methods|Go Back]] ==== OnSizeRequest(Double, Double) ==== Called when [[size|request]]. === Return Value === ^ Return Type ^ Description ^ | SizeRequest | SizeRequest. | === Parameters === ^ Name ^ Type ^ Description ^ | widthConstraint | Double | The width constraint. | | heightConstraint | Double | The height constraint. | [[#Protected Methods|Go Back]] ==== ShouldInvalidateOnChildAdded(View) ==== === Return Value === ^ Return Type ^ Description ^ | Boolean | | === Parameters === ^ Name ^ Type ^ Description ^ | child | View | | [[#Protected Methods|Go Back]] ==== ShouldInvalidateOnChildRemoved(View) ==== === Return Value === ^ Return Type ^ Description ^ | Boolean | | === Parameters === ^ Name ^ Type ^ Description ^ | child | View | | [[#Protected Methods|Go Back]] ==== SizeAllocated(Double, Double) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | width | Double | | | height | Double | | [[#Protected Methods|Go Back]] ==== UnapplyBindings() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== UpdateChildrenLayout() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ===== Public Properties ===== ==== Adapter ==== Gets the adapter. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.FormsEdition.Adapters.MapElementAdapter|MapElementAdapter]] | [[#Public Properties|Go Back]] ==== AnchorX ==== === Return Value === ^ Return Type ^ | Double | [[#Public Properties|Go Back]] ==== AnchorY ==== === Return Value === ^ Return Type ^ | Double | [[#Public Properties|Go Back]] ==== BackgroundColor ==== === Return Value === ^ Return Type ^ | Color | [[#Public Properties|Go Back]] ==== Behaviors ==== === Return Value === ^ Return Type ^ | IList | [[#Public Properties|Go Back]] ==== BindingContext ==== === Return Value === ^ Return Type ^ | Object | [[#Public Properties|Go Back]] ==== Bounds ==== === Return Value === ^ Return Type ^ | Rectangle | [[#Public Properties|Go Back]] ==== ClassId ==== === Return Value === ^ Return Type ^ | String | [[#Public Properties|Go Back]] ==== Content ==== Gets or sets the content. === Return Value === ^ Return Type ^ | View | [[#Public Properties|Go Back]] ==== Content ==== Gets or sets the content. === Return Value === ^ Return Type ^ | String | [[#Public Properties|Go Back]] ==== GestureRecognizers ==== === Return Value === ^ Return Type ^ | IList | [[#Public Properties|Go Back]] ==== Height ==== === Return Value === ^ Return Type ^ | Double | [[#Public Properties|Go Back]] ==== HeightRequest ==== === Return Value === ^ Return Type ^ | Double | [[#Public Properties|Go Back]] ==== HorizontalOptions ==== === Return Value === ^ Return Type ^ | LayoutOptions | [[#Public Properties|Go Back]] ==== Id ==== === Return Value === ^ Return Type ^ | Guid | [[#Public Properties|Go Back]] ==== InputTransparent ==== === Return Value === ^ Return Type ^ | Boolean | [[#Public Properties|Go Back]] ==== IsClippedToBounds ==== === Return Value === ^ Return Type ^ | Boolean | [[#Public Properties|Go Back]] ==== IsEnabled ==== === Return Value === ^ Return Type ^ | Boolean | [[#Public Properties|Go Back]] ==== IsFocused ==== === Return Value === ^ Return Type ^ | Boolean | [[#Public Properties|Go Back]] ==== IsVisible ==== === Return Value === ^ Return Type ^ | Boolean | [[#Public Properties|Go Back]] ==== MinimumHeightRequest ==== === Return Value === ^ Return Type ^ | Double | [[#Public Properties|Go Back]] ==== MinimumWidthRequest ==== === Return Value === ^ Return Type ^ | Double | [[#Public Properties|Go Back]] ==== Navigation ==== === Return Value === ^ Return Type ^ | INavigation | [[#Public Properties|Go Back]] ==== Opacity ==== === Return Value === ^ Return Type ^ | Double | [[#Public Properties|Go Back]] ==== Padding ==== === Return Value === ^ Return Type ^ | Thickness | [[#Public Properties|Go Back]] ==== Parent ==== === Return Value === ^ Return Type ^ | Element | [[#Public Properties|Go Back]] ==== ParentView ==== === Return Value === ^ Return Type ^ | VisualElement | [[#Public Properties|Go Back]] ==== Position ==== Gets and sets the position of the popup. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | [[#Public Properties|Go Back]] ==== Resources ==== === Return Value === ^ Return Type ^ | ResourceDictionary | [[#Public Properties|Go Back]] ==== Rotation ==== === Return Value === ^ Return Type ^ | Double | [[#Public Properties|Go Back]] ==== RotationX ==== === Return Value === ^ Return Type ^ | Double | [[#Public Properties|Go Back]] ==== RotationY ==== === Return Value === ^ Return Type ^ | Double | [[#Public Properties|Go Back]] ==== Scale ==== === Return Value === ^ Return Type ^ | Double | [[#Public Properties|Go Back]] ==== Style ==== === Return Value === ^ Return Type ^ | Style | [[#Public Properties|Go Back]] ==== StyleId ==== === Return Value === ^ Return Type ^ | String | [[#Public Properties|Go Back]] ==== TranslationX ==== === Return Value === ^ Return Type ^ | Double | [[#Public Properties|Go Back]] ==== TranslationY ==== === Return Value === ^ Return Type ^ | Double | [[#Public Properties|Go Back]] ==== Triggers ==== === Return Value === ^ Return Type ^ | IList | [[#Public Properties|Go Back]] ==== VerticalOptions ==== === Return Value === ^ Return Type ^ | LayoutOptions | [[#Public Properties|Go Back]] ==== Width ==== === Return Value === ^ Return Type ^ | Double | [[#Public Properties|Go Back]] ==== WidthRequest ==== === Return Value === ^ Return Type ^ | Double | [[#Public Properties|Go Back]] ==== X ==== === Return Value === ^ Return Type ^ | Double | [[#Public Properties|Go Back]] ==== XOffset ==== Gets or sets the x offset. === Return Value === ^ Return Type ^ | Int32 | [[#Public Properties|Go Back]] ==== Y ==== === Return Value === ^ Return Type ^ | Double | [[#Public Properties|Go Back]] ==== YOffset ==== Gets or sets the y offset. === Return Value === ^ Return Type ^ | Int32 | [[#Public Properties|Go Back]] ===== Protected Properties ===== ===== Public Events ===== ==== BindingContextChanged ==== === Event Arguments === ^ Event Arguments ^ | EventArgs | [[#Public Events|Go Back]] ==== ChildAdded ==== === Event Arguments === ^ Event Arguments ^ | ElementEventArgs | [[#Public Events|Go Back]] ==== ChildRemoved ==== === Event Arguments === ^ Event Arguments ^ | ElementEventArgs | [[#Public Events|Go Back]] ==== ChildrenReordered ==== === Event Arguments === ^ Event Arguments ^ | EventArgs | [[#Public Events|Go Back]] ==== DescendantAdded ==== === Event Arguments === ^ Event Arguments ^ | ElementEventArgs | [[#Public Events|Go Back]] ==== DescendantRemoved ==== === Event Arguments === ^ Event Arguments ^ | ElementEventArgs | [[#Public Events|Go Back]] ==== Focused ==== === Event Arguments === ^ Event Arguments ^ | FocusEventArgs | [[#Public Events|Go Back]] ==== LayoutChanged ==== === Event Arguments === ^ Event Arguments ^ | EventArgs | [[#Public Events|Go Back]] ==== MeasureInvalidated ==== === Event Arguments === ^ Event Arguments ^ | EventArgs | [[#Public Events|Go Back]] ==== PropertyChanged ==== === Event Arguments === ^ Event Arguments ^ | PropertyChangedEventArgs | [[#Public Events|Go Back]] ==== PropertyChanging ==== === Event Arguments === ^ Event Arguments ^ | PropertyChangingEventArgs | [[#Public Events|Go Back]] ==== SizeChanged ==== === Event Arguments === ^ Event Arguments ^ | EventArgs | [[#Public Events|Go Back]] ==== Unfocused ==== === Event Arguments === ^ Event Arguments ^ | FocusEventArgs | [[#Public Events|Go Back]] __NOTOC__ [[Category:MapSuiteFormsEdition]] [[Category:ThinkGeo.MapSuite.FormsEdition]] [[Category:UpdateDocumentation]]