[]
        
(Showing Draft Content)

C1.Framework.ContentElement.GetValue

GetValue Method

GetValue()

Gets the value represented by this ContentElement.

Declaration
public abstract object GetValue()
Returns
Type Description
object

Object to be rendered as this element's content.

Remarks

The value is an object that the Style class can measure and render, usually a string, an Image, or an IFormattable object.