Class | Description | |
---|---|---|
NControlGlueFx | An expression that is applied to the X and Y properties of a shape control point. This type of expression works in collaboration with the Glue object of the control point. | |
NEndPointGlueFx | An expression that is applied to the BeginX, BeginY, EndX and EndY properties of a shape. This type of expression works in collaboration with the BeginGlue/EndGlue objects of the shape. | |
NGroupHeightFactorFx | NCompositeHeightFactorFx | |
NGroupWidthFactorFx | NGroupWidthFactorFx. | |
NImageBlockGlueFx | An expression that is applied to the PinX, PinY and Angle properties of a text block. This type of expression works in collaboration with the ImageBlockGlue object of the text block. | |
NMasterGlueFx | An expression that is applied to the PinX, PinY and Angle properties of a shape. This type of expression works in collaboration with the MasterGlue object of the shape. | |
NPortGlueFx | An expression that is applied to the X, Y, DirX and DirY properties of a shape port. This type of expression works in collaboration with the Glue object of the port. | |
NResizeInGroupFx | NResizeInGroupFx. | |
NShapeBlockGlueFx<TBlock> | An expression that is applied to the PinX, PinY and Angle properties of a shape block. Serves as base class for NImageBlockGlueFx and NTextBlockGlueFx. | |
NShapeEndPointsAngleFx | An expression that calculates the angle that the line connecting the Begin and End points of a shape forms with the X axis (e.g. =ATAN2(EndY-BeginY,EndX-BeginX)). This expression is commonly used as Angle of 1D shapes. | |
NShapeEndPointsDeltaXFx | An expression that calculates the difference between the the shape BeginX and EndX values. This expression is commonly used as Width of 1DShapes. | |
NShapeEndPointsDeltaYFx | An expression that calculates the difference between the the shape EndY and BeginY values. This expression is commonly used as Width of 1DShapes. | |
NShapeEndPointsDistanceFx | An expression that calculates the length of the line connecting the Begin and End points of a shape (e.g. =SQRT((EndX-BeginX)^2+(EndY-BeginY)^2)). This expression is commonly used as Width of 1DShapes. | |
NShapeEndPointsMiddleXFx | An expression that calculates middle X coordinate of the line connecting the Begin and End points of a shape (e.g. (BeginX + EndX) / 2). This expression is commonly used as PinX location of 1DShapes. | |
NShapeEndPointsMiddleYFx | An expression that calculates middle Y coordinate of the line connecting the Begin and End points of a shape (e.g. (BeginY + EndY) / 2). This expression is commonly used as PinY location of 1DShapes. | |
NShapeHeightFactorFx | NShapeHeightFactorExpression | |
NShapeWidthFactorFx | NShapeWidthFactorExpression | |
NTextBlockGlueFx | An expression that is applied to the PinX, PinY and Angle properties of a text block. This type of expression works in collaboration with the TextBlockGlue object of the text block. |