'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
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("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 NInteractionStyle InteractionStyle {get; set;}