[]
The base class for all template elements.
public abstract class BaseElement : IDisposable, ICloneable
| Name | Description |
|---|---|
| BaseElement() |
| Name | Description |
|---|---|
| Alignment | Gets or sets the alignment of element within its parent bounds. |
| AlignmentOfContents | Gets or sets the alignment of contents within the element. |
| Description | Gets or sets the description for this element. |
| FixedHeight | Gets or sets the fixed height of the contents, if appropriate. Set to 0 to calculate height dynamically. |
| FixedWidth | Gets or sets the fixed width of the contents, if appropriate. Set to 0 to calculate width dynamically. |
| Margin | Gets or sets the outer spacing of the element. |
| Name | Description |
|---|---|
| Clone() | Creates a new BaseElement that is a copy of the current instance. |
| CopySettingsFrom(BaseElement) | Copies settings from the given element. |
| CreateInstance() | Creates an instance of the element copy. |
| Dispose() | Clean up any resources being used. |
| Dispose(bool) | Clean up any resources being used. |
| ResetMargin() | Resets the value of the Margin property. |
| ShouldSerializeMargin() |