CreateSpace(Int32) Method
In This Topic
Creates a
Space object that represents an invisible helper rectangle for easy layout of other elements.
Syntax
'Declaration
Public Overloads Function CreateSpace( _
ByVal As System.Integer _
) As Space
public Space CreateSpace(
System.int
)
Parameters
- id
- A custom space ID. It must be positive and unique within the View.
See Also