Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / MsoPathEscape Enumeration


In This Topic
    MsoPathEscape Enumeration
    In This Topic
    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
    public enum MsoPathEscape : System.Enum 
    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