ElementLayout Members

ElementLayout Overview



Constructors

New() The Plain-Vanilla Constructor
New(ElementCollection, Int32, Space) Constructor specifying Set of Elements to be arranged and their Diameter

Public Properties

ColumnCount Count of the Columns in this Layout
ColumnXs Array of the leftmost X coordinate of each of the Columns in this Layout
Diameter Diameter of each of the Elements arranged in this Layout
ParentSpace The Space in which this Layout is done
RowCount Count of the rows of Elements in this Layout
Rows ElementCollections of the rows of Elements in this Layout
RowYs Array of the topmost Y coordinate of each of the Rows in this Layout
TotalSet The Overall Set of Elements to be arranged in this Layout

Public Methods

GetElement Returns the Index-th Element of a given Row
GetRow Gets the Index-th Row, cast to ElementCollection