Nevron .NET Vision
Nevron.Diagram Namespace / DiagramElementProperties Enumeration


In This Topic
    DiagramElementProperties Enumeration
    In This Topic
    Enumerates the diagram element properties, which are stored in a seqencial property container
    Syntax
    'Declaration
     
    
    Public Enum DiagramElementProperties 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DiagramElementProperties
    public enum DiagramElementProperties : System.Enum 
    Members
    MemberDescription
    AutoDestroyAutoDestroy property (exposed by NGroup)
    AutoUpdateModelBoundsAutoUpdateModelBounds property (exposed by NAggregateModel)
    BridgeTargetsBridgeTargets property (exposed by shapes, which implement the INBridgeableShape interface)
    CanBeEmptyCanBeEmpty property (exposed by NGroup)
    CartesianScaleFactorsCartesianScaleFactors property (exposed by NModel)
    GraphPartGraphPart property (exposed by NShape)
    InteractionStyleInteractionStyle property (exposed by NShape)
    PaddingPadding property (exposed by NAggregateModel)
    PinAlignmentPinAlignment property (exposed by NModel)
    PreserveFormPreserveForm property (exposed by NPrimitiveShape)
    ProtectionProtection property (exposed by NDiagramElement)
    ResizeAggregatedModelsResizeAggregatedModels property (exposed by NAggregateModel)
    ResizeInAggregateResizeInAggregate property (exposed by NModel)
    RouteObstacleTypeRouteObstacleType property (exposed by NShape)
    ShapeTypeShapeType property (exposed by NShape)
    TagTag property (exposed by NDiagramElement)
    TranslationSlavesTranslationSlaves property (exposed by NShape)
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.DiagramElementProperties

    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