XlsPrstGeomShape
ShapeAdjustValues Property
|
Gets the collection of geometry adjustment values for the shape.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public GeomertyAdjustValuesCollection ShapeAdjustValues { get; }
Public ReadOnly Property ShapeAdjustValues As GeomertyAdjustValuesCollection
Get
public:
property GeomertyAdjustValuesCollection^ ShapeAdjustValues {
GeomertyAdjustValuesCollection^ get ();
}
member ShapeAdjustValues : GeomertyAdjustValuesCollection with get
Return Value
Type:
GeomertyAdjustValuesCollection
A GeomertyAdjustValuesCollection object that represents the geometry adjustment values.
See Also