| 
ShapeBase
CoordSize Property
  | 
 Gets or sets the size of the coordinate.
 Namespace:
 Spire.Doc.Fields.Shapes
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public Size CoordSize { get; set; }
 
Public Property CoordSize As Size
	Get
	Set
 
public:
property Size CoordSize {
	Size get ();
	void set (Size value);
}
 
member CoordSize : Size with get, set
 
 
 
Property Value
 
 Type:
 
Size
 
 
 See Also
See Also