Nevron .NET Vision
Nevron.GraphicsCore Namespace / BoundsMode Enumeration


In This Topic
    BoundsMode Enumeration
    In This Topic
    Possible modes for fitting a drawable object into a specified area.
    Syntax
    'Declaration
     
    
    Public Enum BoundsMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As BoundsMode
    public enum BoundsMode : System.Enum 
    Members
    MemberDescription
    FitThe object will stretch along X and Y in order to fill as much as possible of the area preserving the object original proportions.
    NoneThe object will not try to align to the chart area.
    StretchThe object will stretch along X and Y in order to fill as much as possible of the area without breaking outside. Does not preserve the object original proportions.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.GraphicsCore.BoundsMode

    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