Nevron .NET Vision
Nevron.Diagram Namespace / NShape Class / InteractionStyle Property


In This Topic
    InteractionStyle Property
    In This Topic
    Gets/sets the interaction style of the shape. The interaction style determines what aspects of the shape can be edited when it is selected.
    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
    [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;}
    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