Skip to content

Panel

Summary

Provides a base class for all Panel elements. Use Panel elements to position and arrange child objects.

Signature

1
public abstract class Panel : ControlBase

Namespace

cAlgo.API

Methods

Name Description
AddChild Adds the child element.
RemoveChild Removes the child element.

Properties

Name Description
BackgroundColor { get; set; } Gets or sets the color of the panel background.

Last update: March 17, 2023