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


In This Topic
    NControlsSection Class
    In This Topic
    The NControlsSection class represents a formula section, which is used to expose a set of control points, which can be used for the interactive modification of the smart shape geometry
    Object Model
    NControlsSection Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlTypeAttribute("Controls")>
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.SmartShapes.NControlsSection)>
    <System.SerializableAttribute()>
    Public Class NControlsSection 
       Inherits Nevron.FormulaSheet.NFormulaSection
       Implements Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NControlsSection
    [System.Xml.Serialization.XmlType("Controls")]
    [System.Xml.Serialization.XmlInclude(Nevron.SmartShapes.NControlsSection)]
    [System.Serializable()]
    public class NControlsSection : Nevron.FormulaSheet.NFormulaSection, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Inheritance Hierarchy

    System.Object
       Nevron.FormulaSheet.NFormulaSection
          Nevron.SmartShapes.NControlsSection

    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