Inflate(Int32,Int32) Method
In This Topic
Inflates the current
Thickness by the specified values.
Syntax
'Declaration
Public Overloads Function Inflate( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As Thickness
public Thickness Inflate(
System.int ,
System.int
)
Parameters
- width
- The inflate size for vertical edges.
- height
- The inflate size for horizontal edges.
Return Value
See Also