In This Topic
Layout 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
- System.Drawing.Graphics object used to measure the Element.
See Also