Nevron .NET Vision
Nevron.Diagram Namespace / NInteractionStyle Structure
Members


In This Topic
    NInteractionStyle Structure
    In This Topic
    The NInteractionStyle structure is used to define the aspects of a shape, which can be edited via trackers when the shape is selected.
    Object Model
    NInteractionStyle Structure
    Syntax
    'Declaration
     
    
    <System.ComponentModel.TypeConverterAttribute(Nevron.Internal.OfbE)>
    <System.ComponentModel.EditorAttribute(Nevron.Diagram.Editors.NInteractionStyleTypeEditor, System.Drawing.Design.UITypeEditor)>
    <System.SerializableAttribute()>
    Public Structure NInteractionStyle 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As NInteractionStyle
    [System.ComponentModel.TypeConverter(Nevron.Internal.OfbE)]
    [System.ComponentModel.Editor(Nevron.Diagram.Editors.NInteractionStyleTypeEditor, System.Drawing.Design.UITypeEditor)]
    [System.Serializable()]
    public struct NInteractionStyle : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.Diagram.NInteractionStyle

    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