[]
Marks this element as dirty, forcing all parent and child elements to be laid out.
public void SetDirty(bool dirty, bool layoutOnly)
| 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. |
Marks this element as dirty, forcing all parent and child elements to be laid out.
public void SetDirty(bool dirty)
| Type | Name | Description |
|---|---|---|
| bool | dirty | Whether the element needs to be laid out. |
Marks this element as dirty, forcing all parent and child elements to be laid out.
public void SetDirty()