Table of Contents

Class FilledLayout

Namespace: Casewhere.Models.Pages.Layouts.Filled
Assembly: Casewhere.Models.dll

Represents a filled layout. FilledLayout is a place where Widgets are stacked one on top of another in a fixed-size panel.

public class FilledLayout : Layout

Inheritance

objectLayoutFilledLayout

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<FilledLayout>(FilledLayout)

Constructors

FilledLayout()

public FilledLayout()

Properties

Container

Gets or sets the container for the filled layout.

public FilledContainer Container { get; set; }

Property Value

FilledContainer