ShapeBase Class |
Docentric Toolkit Help
Send Feedback |
Represents the base class for all different shape types.
System.Object
Docentric.Documents.ObjectModel.DocumentObject
Docentric.Documents.ObjectModel.Element
Docentric.Documents.ObjectModel.Shapes.ShapeBase
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
The ShapeBase type exposes the following members.
Name | Description | |
---|---|---|
.ctor() |
Name | Description | |
---|---|---|
DistanceFromText | Gets or sets the distances between the edges of a floating shape and any surrounding text. | |
Effects | Defines the effects for this ShapeBase. | |
Fill | Gets or sets the Brush that is used to fill the interior of this shape. | |
FlipOrientation | Gets or sets the flip orientation for the shape. | |
Height | Gets or sets the height of the shape. | |
HorizontalPosition | Gets or sets the horizontal position. | |
OffsetX | Gets or sets the horizontal offset from top-left corner of the containing ShapeGroup or DrawingCanvas. When a shape is part of a drawing canvas or a group then HorizontalPosition is ignored and OffsetX determines the horizontally position the shape inside the drawing canvas or group. | |
OffsetY | Gets or sets the vertical offset from top-left corner of the containing ShapeGroup or DrawingCanvas. When a shape is part of a drawing canvas or a group then VerticalPosition is ignored and OffsetY determines the vertically position the shape inside the drawing canvas or group. | |
Outline | Gets or sets the outline (or border) for this shape. | |
OwnerDocument | Gets the owner document. (Inherited from DocumentObject) | |
Range | (Inherited from Element) | |
Rotation | Defines the angle (in degrees) that the shape is rotated. Positive value corresponds to clockwise rotation angle. | |
TextWrappingSides | Gets or sets the setting for how text can wrap around the floating element's left and right sides. | |
TextWrappingStyle | Gets or sets the setting for how text is wrapped around the floating element. | |
VerticalPosition | Gets or sets the vertical position. | |
Width | Gets or sets the width of the shape. | |
WrapPolygon | Determine the extents to which the surrounding content can wrap around a ShapeBase. | |
ZIndex | Gets or sets the relative Z-ordering of the floating object. Each floating object shall have a Z-ordering value, which determines which object is displayed when any two objects intersect. Higher values shall indicate higher Z-order; lower values shall indicate lower Z-order. |
Name | Description | |
---|---|---|
Clone | Clones this Element object including its DOM children. (Inherited from Element) | |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object) | |
GetSection | Returns the section this element belongs to. (Inherited from Element) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString | Returns a String that represents the current Object. (Inherited from Object) |