RegularPolygon.PointCount Property

Gets or sets the number of points of the RegularPolygon.

Namespace: Microsoft.Expression.Shapes
Assembly: Microsoft.Expression.Drawing (in microsoft.expression.drawing.dll)

Syntax

'Declaration
Public Property PointCount As Double
'Usage
Dim instance As RegularPolygon
Dim value As Double

value = instance.PointCount

instance.PointCount = value
public double PointCount { get; set; }
public:
virtual property double PointCount {
    double get () sealed;
    void set (double value);
}
/** @property */
public final double get_PointCount ()

/** @property */
public void set_PointCount (double value)
public final function get PointCount () : double

public function set PointCount (value : double)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

RegularPolygon Class
RegularPolygon Members
Microsoft.Expression.Shapes Namespace