ViewWithChildren

Namespace: WellFired.Guacamole

Implements: WellFired.Guacamole.Layouts.IHasChildren

Inherits: WellFired.Guacamole.Views.View

Description

public-static-attrib

readonly BindableProperty ChildrenProperty

Properties

IList< ILayoutable > Children { get; set; }

protected-func

  ViewWithChildren ( )
override void OnBindablePropertyChanged ( object sender, PropertyChangedEventArgs e )

Public Methods

override void Render ( UIRect parentRect )
override void InvalidateRectRequest ( )
override void SetStyleDictionary ( IStyleDictionary styleDictionary )
override void ResetBindingContext ( INotifyPropertyChanged newBindingContext )

Breakdown

  • ViewWithChildren ( )
  • override void OnBindablePropertyChanged ( object sender, PropertyChangedEventArgs e )
  • override void Render ( UIRect parentRect )
  • override void InvalidateRectRequest ( )
  • override void SetStyleDictionary ( IStyleDictionary styleDictionary )

    Description

    Applies the styles defined by a dictionary to the view’s content and all its children.

    Parameters

    styleDictionary
  • override void ResetBindingContext ( INotifyPropertyChanged newBindingContext )