Nevron.Diagram Namespace / NShape Class / InteractionStyle Property


InteractionStyle Property
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Behavior")>
<System.ComponentModel.DescriptionAttribute("Gets/sets the interaction style of the shape. The interaction style determines what aspects of the shape can be edited when it is selected.")>
Public Property InteractionStyle As NInteractionStyle
 
'Usage
 
Dim instance As NShape
Dim value As NInteractionStyle
 
instance.InteractionStyle = value
 
value = instance.InteractionStyle
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also