IGeometryShape

Overview

IGeometryShape is a interface in Aspose.Slides FOSS for .NET. Inherits from: IShape.

Represents a shape with geometric properties.

Properties

NameTypeAccessDescription
ShapeStyleIShapeStyle?ReadProvides the style (fill, line, effect) applied to the geometry shape, nullable
ShapeTypeShapeTypeRead/WriteGets the enumeration value indicating the geometric type of the shape
AdjustmentsIAdjustValueCollection?ReadReturns a collection of adjustment values that modify the shape’s geometry, nullable

See Also