Click or drag to resize

DynamicItem Class

Base item for the DynamicLayout
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public abstract class DynamicItem

The DynamicItem type exposes the following members.

Constructors
  NameDescription
Protected methodDynamicItem
Initializes a new instance of the DynamicItem class
Top
Properties
  NameDescription
Public propertyXScale
Gets or sets the horizontal scale of the item
Public propertyYScale
Gets or sets the vertical scale of the item
Top
Methods
  NameDescription
Public methodCreate(DynamicLayout)
Creates the content for this item
Public methodCreate(DynamicLayout, TableLayout, Int32, Int32)
Create the item and add to the specified layout and co-ordinates
Top
Operators
See Also