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


In This Topic
    EnhancedShapeBehaviors Enumeration
    In This Topic
    Represents optional behaviors of the enhanced shape engine.
    Syntax
    'Declaration
     
    
    Public Enum EnhancedShapeBehaviors 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As EnhancedShapeBehaviors
    public enum EnhancedShapeBehaviors : System.Enum 
    Members
    MemberDescription
    DefaultAll default behaviors.
    NoneAll actions are not allowed.
    TextEditingIndicates whether the user can edit text of shape if it has no specified setting.
    Inheritance Hierarchy

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

    See Also