InflateWidth Method (Style)
In This Topic
Inflates the specified width by the values of the current
Style margins, padding and border.
Syntax
'Declaration
Public Function InflateWidth( _
ByVal As Integer _
) As Integer
public int InflateWidth(
int
)
Parameters
- width
- A width to inflate.
Return Value
The resulting width.
See Also