Gets or sets center of the circle.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public Point Center { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Center As Point |
Visual C++ |
---|
public: property Point^ Center { Point^ get (); void set (Point^ value); } |