eDriven Framework API
ILayoutElement Interface
NamespaceseDriven.Gui.ComponentsILayoutElement
eDriven Framework API
The ability to be included in layout passes
Declaration Syntax
C#Visual BasicVisual C++
public interface ILayoutElement : IPercentage, 
	IConstraintClient
Public Interface ILayoutElement _
	Inherits IPercentage, IConstraintClient
public interface class ILayoutElement : IPercentage, 
	IConstraintClient
Members
All MembersMethodsProperties



IconMemberDescription
Bottom
Vertical distance to the bottom edge of the parent container

GetConstraintValue(String)
Returns the specified constraint value
(Inherited from IConstraintClient.)
HorizontalCenter
Horizontal offset of the component center to the container center

IncludeInLayout
The flag indicating tha a component is included in measurement and layout

Left
Horizontal distance to the left edge of the parent container

PercentHeight
The percent height of the component (in pixels)
When set, it resets ExplicitHeight property to null
(Inherited from IPercentage.)
PercentWidth
The percent width of the component (in pixels)
When set, it resets ExplicitWidth property to null
(Inherited from IPercentage.)
Right
Horizontal distance to the right edge of the parent container

SetConstraintValue(String, Object)
Sets the specified constraint value
(Inherited from IConstraintClient.)
SetLayoutBoundsPosition(Single, Single)

SetLayoutBoundsSize(Nullable<(Of <<'(Single>)>>), Nullable<(Of <<'(Single>)>>))

Top
Vertical distance to the top edge of the parent container

VerticalCenter
Vertical offset of the component center to the container center

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)