Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AnnotationMode Enumeration


In This Topic
    AnnotationMode Enumeration
    In This Topic
    Represents how anonation mode works.
    Syntax
    'Declaration
     
    
    Public Enum AnnotationMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AnnotationMode
    public enum AnnotationMode : System.Enum 
    Members
    MemberDescription
    AutoAuto select the annotation mode base on current shape engine.
    FreeformDraws a shape that has both curved and straight segments.
    LegacyStarts the legacy annotation mode.
    ScribbleDraw a shape that looks like it was drawn with a pen by hand, or to create smooth curves.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.AnnotationMode

    See Also