| StrokedSegmentTParam, TPointCurve Property |
Gets or sets the curve.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public ICurve<TParam, TPoint> Curve { get; set; }
Public Property Curve As ICurve(Of TParam, TPoint)
Get
Set
public:
property ICurve<TParam, TPoint>^ Curve {
ICurve<TParam, TPoint>^ get ();
void set (ICurve<TParam, TPoint>^ value);
}
member Curve : ICurve<'TParam, 'TPoint> with get, set
Property Value
Type:
ICurveTParam,
TPointThe curve.
Exceptions See Also