[]
        
(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()
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)
Parameters
Type Name Description
int id

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

Returns
Type Description
Space