LayoutView

Namespace: WellFired.Guacamole

Implements: WellFired.Guacamole.Layouts.ICanLayout

Inherits: WellFired.Guacamole.Views.ViewWithChildren

Description

public-static-attrib

readonly BindableProperty LayoutProperty

Properties

ILayoutChildren Layout { get; set; }

Public Methods

  LayoutView ( )

Public Static Methods

LayoutView WithAdjacentHorizontal ( IList< ILayoutable > children )
LayoutView WithAdjacentVertical ( IList< ILayoutable > children )
LayoutView With ( IList< ILayoutable > children, ILayoutChildren layout )

Breakdown

  • LayoutView ( )