IShape
SetShapeAlignment Method
|
Sets the alignment with a shape.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
void SetShapeAlignment(
ShapeAlignment shapeAlignment
)
Sub SetShapeAlignment (
shapeAlignment As ShapeAlignment
)
void SetShapeAlignment(
ShapeAlignment shapeAlignment
)
abstract SetShapeAlignment :
shapeAlignment : ShapeAlignment -> unit
Parameters
-
shapeAlignment
-
Type:
Spire.Presentation
ShapeAlignment
See Also