Class GeometryShape
A shape with an outline, paint and optional text body (wps:wsp or a VML shape element).
public sealed class GeometryShape : ShapeNode
- Inheritance
-
GeometryShape
- Inherited Members
Constructors
Properties
- Fill
Gets or sets the interior paint, or null when unspecified.
- Geometry
Gets or sets the outline, or null when unspecified (treated as a rectangle).
- Shadow
Gets or sets the outer shadow, or null when the shape casts none.
- Stroke
Gets or sets the outline stroke, or null when unspecified.
- StyleReference
Gets or sets the theme style references, or null.
- TextBody
Gets or sets the text body, or null when the shape holds no text.
- WordArt
Gets or sets the WordArt this shape draws in place of its outline, or null when the shape draws ordinary geometry.
Methods
- CloneShape()
Creates a deep copy of this node and its descendants.