[]
        
(Showing Draft Content)

C1.Win.Tile.PanelElement

PanelElement Class

The panel element containing other elements.

Inheritance
PanelElement
Implements
Namespace: C1.Win.Tile
Assembly: C1.Win.TileControl.8.dll
Syntax
public class PanelElement : BaseElement, IDisposable, ICloneable

Constructors

Name Description
PanelElement()

Initializes a new instance of a PanelElement.

Properties

Name Description
BackColor

Gets or sets the background color of the panel element.

BackColorSelector

Gets or sets a value indicating which property of a Tile object behaves as the source of background color for this element.

ChildSpacing

Gets or sets the amount of space between child elements.

Children

Gets the collection of child elements contained in this PanelElement.

Dock

Gets or sets which panel borders are docked to its parent element.

Orientation

Gets or sets whether the child elements are arranged horizontally or vertically.

Padding

Gets or sets the interior spacing of the PanelElement.

Visible

Gets or sets whether the panel element is visible.

VisibleSelector

Gets or sets a value indicating which integer property of a Tile object is checked to determine whether the panel element is visible, if the property value is not equal to zero.

Methods

Name Description
CopySettingsFrom(BaseElement)

Copies settings from the given element.

CreateInstance()

Creates an instance of the PanelElement element copy.

Dispose(bool)

Clean up any resources being used.

ResetBackColor()

Resets the value of the BackColor property.

ResetPadding()

Resets the value of the Padding property.

ShouldSerializePadding()