Click or drag to resize

ShapeProperty Class

Represents the shape property object used in ExcelShape.
Inheritance Hierarchy
SystemObject
  SautinSoft.ExcelShapeProperty

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.6.5
Syntax
public class ShapeProperty

The ShapeProperty type exposes the following members.

Constructors
 NameDescription
Public methodShapeProperty Initialize the shape property object used in ExcelShape.
Public methodShapeProperty(ExcelDrawing) Initialize the shape property object used in ExcelShape.
Top
Properties
 NameDescription
Public propertyChildSize Gets or sets the size dimensions of the child extents rectangle.
Public propertyFill Gets the Brush that specifies how the shape's interior is filled.
Public propertyFlipOrientation Gets or sets the orientation of a shape.
Public propertyGeometry Gets a shape's geometry.
Public propertyOutline Gets the Pen that specifies the shape's outline.
Public propertyParent Gets or Sets the parent drawing.
Public propertyPosition Gets or sets the position (in units of ChildSize) relative to top-left corner of parent ShapeGroup.
Public propertyRotation Gets or sets the angle (in degrees) that a shape is rotated. Positive value corresponds to clockwise rotation angle.
Public propertySize Gets or sets the size (in units of ChildSize of a parent ShapeGroup).
Public propertyText Gets a shape's text.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also