In This Topic
Lays out this element based on its style and contents.
Syntax
'Declaration
Public Overloads Overridable Sub Layout( _
ByVal As Graphics _
)
public virtual void Layout(
Graphics
)
Parameters
- g
- Graphics object used to measure the element.
See Also