[]
        
(Showing Draft Content)

C1.Framework.Element.SetDirty

SetDirty Method

SetDirty(bool, bool)

Marks this element as dirty, forcing all parent and child elements to be laid out.

Declaration
public void SetDirty(bool dirty, bool layoutOnly)
Parameters
Type Name Description
bool dirty

Whether the element needs to be laid out.

bool layoutOnly

Whether ContentElements (e.g. elements without children, such as TextElement, ImageElement) also need to be laid out.

SetDirty(bool)

Marks this element as dirty, forcing all parent and child elements to be laid out.

Declaration
public void SetDirty(bool dirty)
Parameters
Type Name Description
bool dirty

Whether the element needs to be laid out.

SetDirty()

Marks this element as dirty, forcing all parent and child elements to be laid out.

Declaration
public void SetDirty()