Nevron .NET Vision
Nevron.SmartShapes Namespace / NPathCommandRow Class
Members


In This Topic
    NPathCommandRow Class
    In This Topic
    The NPathCommandRow class represents a formula row, which is used for the formula definition of a single path command inside a formula figure. It serves as base class for more specific path commands.
    Object Model
    NPathCommandRow Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.SmartShapes.NMoveToRow)>
    <System.Reflection.DefaultMemberAttribute("Item")>
    <System.SerializableAttribute()>
    Public MustInherit Class NPathCommandRow 
       Inherits Nevron.FormulaSheet.NFormulaRow
       Implements Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NPathCommandRow
    [System.Xml.Serialization.XmlInclude(Nevron.SmartShapes.NMoveToRow)]
    [System.Reflection.DefaultMember("Item")]
    [System.Serializable()]
    public abstract class NPathCommandRow : Nevron.FormulaSheet.NFormulaRow, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Inheritance Hierarchy

    System.Object
       Nevron.FormulaSheet.NFormulaRow
          Nevron.SmartShapes.NPathCommandRow
             Nevron.SmartShapes.NArcToRow
             Nevron.SmartShapes.NBezierCurveToRow
             Nevron.SmartShapes.NCircularArcToRow
             Nevron.SmartShapes.NEllipticalArcToRow
             Nevron.SmartShapes.NLineToRow
             Nevron.SmartShapes.NMoveToRow

    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