public enum ENTextBlockXForm : System.Enum
public enum ENTextBlockXForm : System.Enum
Member | Description |
---|---|
CustomPin | The 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. |
GeometryContourMiddle | The 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. |
ShapeBox | The 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. |
ShapeLineMiddle | The 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. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Diagram.ENTextBlockXForm
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)