FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFeatures Interface / EnhancedShapeEngine Property


In This Topic
EnhancedShapeEngine Property
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
Remarks
This features is available only if the flat style is using (FpSpread.LegacyBehaviors doesn't contain LegacyBehaviors.Style).
See Also