[]
        
(Showing Draft Content)

C1.Win.C1Tile.BaseElement

BaseElement Class

The base class for all template elements.

Inheritance
BaseElement
Implements
Namespace: C1.Win.C1Tile
Assembly: C1.Win.C1TileControl.4.8.dll
Syntax
public abstract class BaseElement : IDisposable, ICloneable

Constructors

Name Description
BaseElement()

Properties

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.

Methods

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()