NevronOpenVision
Nevron.Nov.Diagram Namespace / ENResizeInGroup Enumeration
ENResizeInGroup Enumeration
Enumerates the ways in which Nevron will update the shape transformation and dimensions, when a shape, which resides in a group is resized.
Syntax
public enum ENResizeInGroup : System.Enum 
Members
MemberDescription
RepositionOnlyThe Pin will be expressed relatively to the group Width and Height. The Shape Width and Height are set to constant values.
ScaleAndRepositionThe Pin will be expressed relatively to the group Width and Height. The Shape Width will be expressed relatively to the group Width and Height.
UseGroupSettingUses the settings of the group in which the shape resides. In this mode the shape will use the NGroup.ResizeShapes setting.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Nevron.Nov.Diagram.ENResizeInGroup

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also