名前 | 解説 | |
---|---|---|
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. GrapeCity.Documents.Layout.Composition.Spaceから継承されます。 | |
IsDetached | Gets true if this Space is not associated with any Layer, false otherwise. GrapeCity.Documents.Layout.Composition.Spaceから継承されます。 | |
Layer | Gets the owner Layer. GrapeCity.Documents.Layout.Composition.Spaceから継承されます。 | |
LayoutRect | Gets a GrapeCity.Documents.Layout.LayoutRect associated with this Space, or null 参照 (Visual Basicでは Nothing) for a Visual without the associated rectangle. GrapeCity.Documents.Layout.Composition.Spaceから継承されます。 | |
Name | Gets or sets the name of this Space. 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. 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. |