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

IControlPointsProvider.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
ReadOnly Property MaxControlPointRadius As Integer
C#
                int MaxControlPointRadius { get; }

Property Value

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

See Also

Reference