Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PrstGeomShapeType PrstShapeType { get; }
Public ReadOnly Property PrstShapeType As PrstGeomShapeType
	Get
public:
virtual property PrstGeomShapeType PrstShapeType {
	PrstGeomShapeType get () sealed;
}
abstract PrstShapeType : PrstGeomShapeType with get
override PrstShapeType : PrstGeomShapeType with get

Property Value

PrstGeomShapeType

Implements

IPrstGeomShape..::..PrstShapeType

See Also