The LayoutDefinition type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Add(Visual) |
Adds the specified Visual to the current
section. BeginStackedSection or
BeginSideBySideSection should be called prior to
this.
|
![]() |
Add(Visual, Single) |
Adds the specified Visual to the current
section. BeginStackedSection or
BeginSideBySideSection should be called prior to
this.
|
![]() |
BeginSideBySideSection |
Creates a side-by-side (vertical) section that will be
used for subsequent calls to to Add(Visual) or Add(Visual, Single). The section
should be ended by calling EndSection.
|
![]() |
BeginSideBySideSection(Single) |
Creates a side-by-side (vertical) section that will be
used for subsequent calls to to Add(Visual) or Add(Visual, Single). The section
should be ended by calling EndSection.
|
![]() |
BeginStackedSection |
Creates a stacked (horizontal) section that will be used
for subsequent calls to Add(Visual) or Add(Visual, Single). The section
should be closed by calling EndSection.
|
![]() |
BeginStackedSection(Single) |
Creates a stacked (horizontal) section that will be used
for subsequent calls to to Add(Visual) or Add(Visual, Single). The section
should be closed by calling EndSection.
|
![]() |
EndSection |
Ends the current section. All sections must be ended.
|
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
See Also