Nevron .NET Vision
Nevron.Diagram Namespace / NBridgeStyle Class
Members


In This Topic
    NBridgeStyle Class
    In This Topic
    The NBridgeStyle is a style attribute, which controls the bridges' shape and the size
    Object Model
    NBridgeStyle Class
    Syntax
    'Declaration
     
    
    <System.ComponentModel.TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    <System.ComponentModel.EditorAttribute(Nevron.Diagram.Editors.NBridgeStyleTypeEditor, System.Drawing.Design.UITypeEditor)>
    <System.SerializableAttribute()>
    Public Class NBridgeStyle 
       Inherits Nevron.Dom.NAttribute
       Implements Nevron.Dom.INAttribute, Nevron.Dom.INHistoryCallback, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NBridgeStyle
    [System.ComponentModel.TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    [System.ComponentModel.Editor(Nevron.Diagram.Editors.NBridgeStyleTypeEditor, System.Drawing.Design.UITypeEditor)]
    [System.Serializable()]
    public class NBridgeStyle : Nevron.Dom.NAttribute, Nevron.Dom.INAttribute, Nevron.Dom.INHistoryCallback, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Inheritance Hierarchy

    System.Object
       Nevron.Dom.NAttribute
          Nevron.Diagram.NBridgeStyle

    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