[]
Creates a Space object that represents an invisible helper rectangle for easy layout of other elements.
public Space CreateSpace()
Public Function CreateSpace() As Space
Type | Description |
---|---|
Space |
Creates a Space object that represents an invisible helper rectangle for easy layout of other elements.
public Space CreateSpace(int id)
Public Function CreateSpace(id As Integer) As Space
Type | Name | Description |
---|---|---|
int | id | A custom space ID. It must be positive and unique within the View. |
Type | Description |
---|---|
Space |