SetDirty(Boolean,Boolean) Method
Marks this element as dirty, forcing all parent and child elements to be laid out.
'Declaration
Public Overloads Sub SetDirty( _
ByVal As Boolean, _
ByVal As Boolean _
)
Parameters
- dirty
- Whether the element needs to be laid out.
- layoutOnly
- Whether ContentElements (e.g. elements without children, such as TextElement, ImageElement) also need to be laid out.