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


In This Topic
    NGeometrySection Class
    In This Topic
    The NGeometrySection class represents a formula section, which is used for the formula definition of a graphics path inside a shape sheet.
    Object Model
    NGeometrySection Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlTypeAttribute("Geometry")>
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.SmartShapes.NControlsSection)>
    <System.SerializableAttribute()>
    Public Class NGeometrySection 
       Inherits Nevron.FormulaSheet.NFormulaSection
       Implements Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NGeometrySection
    [System.Xml.Serialization.XmlType("Geometry")]
    [System.Xml.Serialization.XmlInclude(Nevron.SmartShapes.NControlsSection)]
    [System.Serializable()]
    public class NGeometrySection : Nevron.FormulaSheet.NFormulaSection, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Inheritance Hierarchy

    System.Object
       Nevron.FormulaSheet.NFormulaSection
          Nevron.SmartShapes.NGeometrySection

    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