名前 | 解説 | |
---|---|---|
BaseLayer | Gets the owner Layer if this is a nested Layer. GrapeCity.Documents.Layout.Composition.Layerから継承されます。 | |
BottomNestedLayer | Gets the nested Layer that appears below all other nested Layers on this Layer. GrapeCity.Documents.Layout.Composition.Layerから継承されます。 | |
BottomVisual | Gets the Visual that appears below all other Visuals on this Layer. GrapeCity.Documents.Layout.Composition.Layerから継承されます。 | |
ClipRect | Gets or sets a GrapeCity.Documents.Layout.LayoutRect that affects the transformation matrix when clipping this Layer.
If the CreateClipRegion delegate is not assigned, the ClipRect rectangle is also used as a clipping region. GrapeCity.Documents.Layout.Composition.Layerから継承されます。 | |
CreateClipRegion | Gets or sets a delegate that creates a clipping region (GrapeCity.Documents.Drawing.IClipRegion) taking GrapeCity.Documents.Drawing.GcGraphics and Layer as parameters.
The transformation matrix of the clipping region is defined by the ClipRect.Transform property. If the ClipRect property is not assigned, the transformation matrix of the owner View is used. GrapeCity.Documents.Layout.Composition.Layerから継承されます。 | |
Draw | Gets or sets a delegate that accepts a GrapeCity.Documents.Drawing.GcGraphics object and a Layer and draws the layer on the graphics. GrapeCity.Documents.Layout.Composition.Layerから継承されます。 | |
Height | Gets the height of the associated GrapeCity.Documents.Layout.LayoutView. | |
IsDetached | Gets true if this Layer is not associated with any Surface, false otherwise. GrapeCity.Documents.Layout.Composition.Layerから継承されます。 | |
LayerAbove | Gets the sibling Layer that appears on top of the current Layer. GrapeCity.Documents.Layout.Composition.Layerから継承されます。 | |
LayerBelow | Gets the sibling Layer that appears below the current Layer. GrapeCity.Documents.Layout.Composition.Layerから継承されます。 | |
LayoutView | Gets the associated GrapeCity.Documents.Layout.LayoutView object. | |
Name | Gets or sets the name of this Layer. GrapeCity.Documents.Layout.Composition.Layerから継承されます。 | |
Surface | Gets the owner Surface object. GrapeCity.Documents.Layout.Composition.Layerから継承されます。 | |
Tag | Gets or sets an object that contains arbitrary data associated with this layer. GrapeCity.Documents.Layout.Composition.Layerから継承されます。 | |
TopNestedLayer | Gets the nested Layer that appears on top of all other nested Layers on this Layer. GrapeCity.Documents.Layout.Composition.Layerから継承されます。 | |
TopVisual | Gets the Visual that appears on top of all other Visuals on this Layer. GrapeCity.Documents.Layout.Composition.Layerから継承されます。 | |
Transform | Gets the transformation matrix of the current View. | |
View | If the current object is a Layer, gets the owner View. If the current object is a View, gets this object. GrapeCity.Documents.Layout.Composition.Layerから継承されます。 | |
Visible | Gets or sets a value indicating whether this Layer is visible. GrapeCity.Documents.Layout.Composition.Layerから継承されます。 | |
Width | Gets the width of the associated GrapeCity.Documents.Layout.LayoutView. |