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