[]
        
(Showing Draft Content)

GrapeCity.Documents.Layout.Composition.Space

Space Class

Represents a space on a Layer with an associated LayoutRect.

Inheritance
Space
Namespace: GrapeCity.Documents.Layout.Composition
Assembly: DS.Documents.Imaging.dll
Syntax
public class Space
Public Class Space

Properties

Name Description
ID

Gets the ID of the space. Automatic IDs are negative, custom IDs are positive.

IsDetached

Gets true if this Space is not associated with any Layer, false otherwise.

Layer

Gets the owner Layer.

LayoutRect

Gets a LayoutRect associated with this Space, or null for a Visual without the associated rectangle.

Name

Gets or sets the name of this Space.

Tag

Gets or sets an object that contains arbitrary data associated with this space.

Methods

Name Description
Detach()

Detaches this Space from the owner Layer.

ToString()

Returns a string that represents the current Space.