SharedObject Class Members
In This Topic
The following tables list the members exposed by SharedObject.
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | AboveText |
Gets a value indicating if the object should appear in front of the text layer.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | BelowText |
Gets a value indicating if the object should appear behind the text layer.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | BoundsHeight |
Gets the object bounds height (taking rotation into account), in points.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | BoundsHeightWithExtent |
Gets the object bounds height with effect extent, in points.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | BoundsWidth |
Gets the object bounds width (taking rotation into account), in points.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | BoundsWidthWithExtent |
Gets the object bounds width with effect extent, in points.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | EffectExtentBottom |
Gets the additional extent that is added to the bottom edge of an object
in order to compensate for any drawing effects applied to the object, in points.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | EffectExtentLeft |
Gets the additional extent that is added to the left edge of an object
in order to compensate for any drawing effects applied to the object, in points.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | EffectExtentRight |
Gets the additional extent that is added to the right edge of an object
in order to compensate for any drawing effects applied to the object, in points.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | EffectExtentTop |
Gets the additional extent that is added to the top edge of an object
in order to compensate for any drawing effects applied to the object, in points.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Height |
Gets the object height, in points.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | HorizontalFlip |
Gets a value indicating whether the object is flipped horizontally.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | RotationAngle |
Gets the rotation angle, in degrees.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | VerticalFlip |
Gets a value indicating whether the object has been flipped vertically.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Width |
Gets the object width, in points.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | WordShape | Gets the source GrapeCity.Documents.Word.ShapeBase object. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ZOrder | Gets the relative Z-order of the object in a document. All objects with a AboveText value of true are displayed above objects with a BelowText of true. |
Top
See Also