Nevron .NET Vision
Nevron.SmartShapes Namespace / ControlBehavior Enumeration


In This Topic
    ControlBehavior Enumeration
    In This Topic
    Enumerates the possible ways in which controls X and Y coordinates can behave
    Syntax
    'Declaration
     
    
    Public Enum ControlBehavior 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ControlBehavior
    public enum ControlBehavior : System.Enum 
    Members
    MemberDescription
    LockedThe coordinate is locked to its original value. The control handle does not update this coordinate.
    OffsetFromCenterThe coordinate is defined with a constant distance from the center
    OffsetFromFarSideThe coordinate is defined with a constant distance from the far side (Right or Bottom)
    OffsetFromNearSideThe coordinate is defined with a constant distance from the near side (Left or Top)
    ProportionalThe coordinate is defined proportionally to the respective path dimension (Width or Height). For example Height*0.6.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.SmartShapes.ControlBehavior

    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