Nevron .NET Vision
Nevron.UI Namespace / NPathShape Class
Members


In This Topic
    NPathShape Class
    In This Topic
    Summary description for NPathShape.
    Object Model
    NPathShape Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.UI.NGlyphShape)>
    <System.ComponentModel.EditorAttribute(Nevron.UI.NUIShapeTypeEditor, System.Drawing.Design.UITypeEditor)>
    <System.SerializableAttribute()>
    Public MustInherit Class NPathShape 
       Inherits NStylableShape
    'Usage
     
    
    Dim instance As NPathShape
    [System.Xml.Serialization.XmlInclude(Nevron.UI.NGlyphShape)]
    [System.ComponentModel.Editor(Nevron.UI.NUIShapeTypeEditor, System.Drawing.Design.UITypeEditor)]
    [System.Serializable()]
    public abstract class NPathShape : NStylableShape 
    Inheritance Hierarchy

    System.Object
       Nevron.UI.NUIShape
          Nevron.UI.NStylableShape
             Nevron.UI.NPathShape
                Nevron.UI.NGlyphShape
                Nevron.UI.NRectShape
                Nevron.UI.NTrackbarThumbShape
                Nevron.UI.NTriangleShape

    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