The ability to be included in layout passes

C# | Visual Basic | Visual C++ |
public interface ILayoutElement : IPercentage, IConstraintClient
Public Interface ILayoutElement _ Inherits IPercentage, IConstraintClient
public interface class ILayoutElement : IPercentage, IConstraintClient

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | 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) (Inherited from IPercentage.)When set, it resets ExplicitHeight property to null |
![]() | PercentWidth |
The percent width of the component (in pixels) (Inherited from IPercentage.)When set, it resets ExplicitWidth property to null |
![]() | 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
|