Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFeatures Interface / EnhancedShapeEngine Property


In This Topic
    EnhancedShapeEngine Property (IFeatures)
    In This Topic
    Gets or sets whether to use the new enhanced shape engine.
    Syntax
    'Declaration
     
    
    Property EnhancedShapeEngine As Boolean
    'Usage
     
    
    Dim instance As IFeatures
    Dim value As Boolean
     
    instance.EnhancedShapeEngine = value
     
    value = instance.EnhancedShapeEngine
    bool EnhancedShapeEngine {get; set;}
    Remarks
    This features is available only if the flat style is using (FpSpread.LegacyBehaviors doesn't contain LegacyBehaviors.Style).
    See Also