[]
        
(Showing Draft Content)

GrapeCity.Documents.Layout.Composition.Layer.CreateSpace

CreateSpace Method

CreateSpace()

Creates a Space object that represents an invisible helper rectangle for easy layout of other elements.

Declaration
public Space CreateSpace()
Public Function CreateSpace() As Space
Returns
Type Description
Space

CreateSpace(int)

Creates a Space object that represents an invisible helper rectangle for easy layout of other elements.

Declaration
public Space CreateSpace(int id)
Public Function CreateSpace(id As Integer) As Space
Parameters
Type Name Description
int id

A custom space ID. It must be positive and unique within the View.

Returns
Type Description
Space