NevronOpenVision
Nevron.Nov.Diagram Namespace / ENTextBlockXForm Enumeration
ENTextBlockXForm Enumeration
Enumerates the predefined ways in which a shape text block transform can be initialized.
Syntax
public enum ENTextBlockXForm : System.Enum 
Members
MemberDescription
CustomPinThe text block is sized to the shape desired size. Binds the LocPinX and LocPinY of the text block to the center of the text block. Leaves the PinX and PinX to be specified by the user. Sets the angle to zero.
GeometryContourMiddleThe text block is sized to the shape desired size. Binds the LocPinX and LocPinY of the text block to the center of the text block. Binds the PinX and PinX of the shape geometry contour middle. Binds the angle to the shape geometry contour angle in the middle.
ShapeBoxThe text block is sized and positioned inside the shape Width/Height box. This has the following effect: Binds the Width and Height properties to the Width and Height of the shape. Binds the LocPinX and LocPinY of the text block to the center of the text block. Binds the PinX and PinX of the text block to the center of the shape. Sets the angle to zero.
ShapeLineMiddleThe text block is sized to the shape desired size. Binds the LocPinX and LocPinY of the text block to the center of the text block. Binds the PinX and PinX of the shape line middle (the line connecting the Begin and End points). Binds the angle to the shape line angle.
Inheritance Hierarchy

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

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