Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AnnotationMode Enumeration


AnnotationMode Enumeration
Represents how anonation mode works.
Syntax
'Declaration
 
Public Enum AnnotationMode 
   Inherits System.Enum
 
'Usage
 
Dim instance As AnnotationMode
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