This documentation is for the old version. Go to the latest Graphics Mill docs

VObject.MaxControlPointRadius Property

Gets a maximum radius of the associated control points.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property MaxControlPointRadius As Integer
C#
[BrowsableAttribute(false)]
public int MaxControlPointRadius { get; }

Property Value

A maximum radius of the points stored in the ControlPoints collection.

See Also

Reference