CadMLineStyleObjectEndAngle Property

Gets or sets the end angle.

Namespace:  Aspose.CAD.FileFormats.Cad.CadObjects.MLineStyleObject
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public CadDoubleParameter EndAngle { get; set; }

Property Value

Type: CadDoubleParameter
The end angle.
See Also