Name | Description | |
---|---|---|
AnchorPoints | Gets or sets the associated array of GrapeCity.Documents.Layout.AnchorPoint objects.
Either Contour or AnchorPoints can be assigned at the same time, but not both. | |
Contour | Gets or sets an associated GrapeCity.Documents.Layout.Contour object.
Either Contour or AnchorPoints can be assigned at the same time, but not both. | |
Draw | Gets or sets a delegate that accepts a GrapeCity.Documents.Drawing.GcGraphics object and a Visual and draws the visual on the graphics. | |
Height | Get the height of the associated GrapeCity.Documents.Layout.LayoutRect if any exists, or of the owner GrapeCity.Documents.Layout.LayoutView. | |
ID | Gets the ID of the space. Automatic IDs are negative, custom IDs are positive. (Inherited from GrapeCity.Documents.Layout.Composition.Space) | |
IsDetached | Gets true if this Space is not associated with any Layer, false otherwise. (Inherited from GrapeCity.Documents.Layout.Composition.Space) | |
Layer | Gets the owner Layer. (Inherited from GrapeCity.Documents.Layout.Composition.Space) | |
LayoutRect | Gets a GrapeCity.Documents.Layout.LayoutRect associated with this Space, or a null reference (Nothing in Visual Basic) for a Visual without the associated rectangle. (Inherited from GrapeCity.Documents.Layout.Composition.Space) | |
Name | Gets or sets the name of this Space. (Inherited from GrapeCity.Documents.Layout.Composition.Space) | |
Points | Gets the array of points transformed relative to the associated GrapeCity.Documents.Layout.LayoutRect if any exists, or relative to the owner GrapeCity.Documents.Layout.LayoutView. | |
Tag | Gets or sets an object that contains arbitrary data associated with this space. (Inherited from GrapeCity.Documents.Layout.Composition.Space) | |
Visible | Gets or sets a value indicating whether this Visual is visible. | |
VisualAbove | Gets the Visual that appears on top of the current Visual. | |
VisualBelow | Gets the Visual that appears below the current Visual. | |
Width | Get the width of the associated GrapeCity.Documents.Layout.LayoutRect if any exists, or of the owner GrapeCity.Documents.Layout.LayoutView. |