[]
        
(Showing Draft Content)

C1.Framework.ContentElement

ContentElement Class

Abstract class for elements that display text or images.

Derived classes should override GetValue() method to provide the content (text, images, formatted values).

This class does not have child elements.

Inheritance
ContentElement
Implements
Namespace: C1.Framework
Assembly: C1.Win.4.8.dll
Syntax
public abstract class ContentElement : Element, ISupportUia

Constructors

Name Description
ContentElement()

Initializes a new instance of a ContentElement.

ContentElement(Style)

Initializes a new instance of a ContentElement.

Methods

Name Description
GetValue()

Gets the value represented by this ContentElement.

Layout(Graphics)

Layout this element based on its style and contents.

RenderContent(Graphics, Rectangle)

Renders the element contents into the specified Graphics object at the specified location.

ToString()

Gets a string representation of this ContentElement.