Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / MsoPathEscape Enumeration


MsoPathEscape Enumeration
The MSOPATHESCAPE Enumeration modifies the path properties by adding elements to a path, providing additional control, or specifying how to handle editing of POINT data.
Syntax
'Declaration
 
Public Enum MsoPathEscape 
   Inherits System.Enum
 
'Usage
 
Dim instance As MsoPathEscape
Members
MemberDescription
AngleEllipse 
AngleEllipseTo 
Arc 
ArcTo 
AutoCurve 
AutoLine 
ClockwiseArc 
ClockwiseArcTo 
CornerCurve 
CornerLine 
EllipticalQuadrantX 
EllipticalQuadrantY 
Extension 
FillColor 
Freeform 
LineColor 
NoFill 
Noline 
QuadraticBezier 
SmoothCurve 
SmoothLine 
SymmetricCurve 
SymmetricLine 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Excel.MsoPathEscape

See Also