Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / EnhancedShapeBehaviors Property


In This Topic
    EnhancedShapeBehaviors Property
    In This Topic
    Gets or sets the optional behaviors of the enhanced shape engine.
    Syntax
    'Declaration
     
    
    Public Property EnhancedShapeBehaviors As EnhancedShapeBehaviors
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As EnhancedShapeBehaviors
     
    instance.EnhancedShapeBehaviors = value
     
    value = instance.EnhancedShapeBehaviors
    public EnhancedShapeBehaviors EnhancedShapeBehaviors {get; set;}
    See Also