Nevron .NET Vision
Nevron.Diagram Namespace / AggregatedModelScaleType Enumeration


In This Topic
    AggregatedModelScaleType Enumeration
    In This Topic
    Enumerates the possible ways in which an shape can be scaled inside a group
    Syntax
    'Declaration
     
    
    Public Enum AggregatedModelScaleType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AggregatedModelScaleType
    public enum AggregatedModelScaleType : System.Enum 
    Members
    MemberDescription
    AffineScaleAffine scale is applied to the model
    CartesianScaleCartesian scale is applied to the model
    NoScaleThe model is not scaled
    Scale1DOnly the model start and end points are scaled
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.AggregatedModelScaleType

    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