Nevron .NET Vision
Nevron.Diagram Namespace / ResizeAggregatedModels Enumeration


In This Topic
    ResizeAggregatedModels Enumeration
    In This Topic
    Defines the possible ways in which an aggregate model can by default resize the models it contains
    Syntax
    'Declaration
     
    
    Public Enum ResizeAggregatedModels 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ResizeAggregatedModels
    public enum ResizeAggregatedModels : System.Enum 
    Members
    MemberDescription
    AffineScaleThe aggregate applies affine X and Y scaling to the model. If the model is rotated this can break its orthogonality.
    AffineScaleXThe aggregate applies affine X scaling to the model. If the model is rotated this can break its orthogonality.
    AffineScaleXRepositionYThe aggregate applies affine X scaling to the model and preserves the model pin Y coordinate relative to the aggregate model bounds. If the model is rotated this can break its orthogonality.
    AffineScaleYThe aggregate applies affine Y scaling to the model. If the model is rotated this can break its orthogonality.
    AffineScaleYRepositionXThe aggregate applies affine Y scaling to the model and preserves the model pin X coordinate relative to the aggregate model bounds. If the model is rotated this can break its orthogonality.
    CartesianScaleThe aggregate applies cartesian X and Y scaling to the model. This setting will preserve the model orthogonality.
    CartesianScaleAndRepositionThe aggregate applies cartesian X and Y scaling to the model and preserves the model pin position relative to the aggregate model bounds. This setting will preserve the model orthogonality.
    CartesianScaleRepositionXThe aggregate applies cartesian X and Y scaling to the model and preserves the model pin X coordinate relative to the aggregate model bounds. This setting will preserve the model orthogonality.
    CartesianScaleRepositionYThe aggregate applies cartesian X and Y scaling to the model and preserves the model pin Y coordinate relative to the aggregate model bounds. This setting will preserve the model orthogonality.
    CartesianScaleXThe aggregate applies cartesian X scaling to the model. This setting will preserve the model orthogonality.
    CartesianScaleXAndRepositionThe aggregate applies cartesian X scaling to the model and preserves the model pin position relative to the aggregate model bounds. This setting will preserve the model orthogonality.
    CartesianScaleXRepositionXThe aggregate applies cartesian X scaling to the model and preserves the model pin X coordinate relative to the aggregate model bounds. This setting will preserve the model orthogonality.
    CartesianScaleXRepositionYThe aggregate applies cartesian X scaling to the model and preserves the model pin Y coordinate relative to the aggregate model bounds. This setting will preserve the model orthogonality.
    CartesianScaleYThe aggregate applies cartesian Y scaling to the model. This setting will preserve the model orthogonality.
    CartesianScaleYAndRepositionThe aggregate applies cartesian Y scaling to the model and preserves the model pin position relative to the aggregate model bounds. This setting will preserve the model orthogonality.
    CartesianScaleYRepositionXThe aggregate applies cartesian Y scaling to the model and preserves the model pin X coordinate relative to the aggregate model bounds. This setting will preserve the model orthogonality.
    CartesianScaleYRepositionYThe aggregate applies cartesian Y scaling to the model and preserves the model pin Y coordinate relative to the aggregate model bounds. This setting will preserve the model orthogonality.
    DoNothingThe aggregate does not change the position and size of the model
    RepositionOnlyThe aggregate only repositions the model so that its pin preserves it relative location to the aggregate model bounds
    RepositionXOnlyThe aggregate only repositions the model so that its pin X coordinate preserves it relative location to the aggregate model bounds
    RepositionYOnlyThe aggregate only repositions the model so that its pin Y coordinate preserves it relative location to the aggregate model bounds
    Scale1DThe aggregate scales the start and end points of the model
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.ResizeAggregatedModels

    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