|
|
|
|
|
ShapeExtremityEnd (Property) In french: FormeExtrémitéArrivée
The ShapeExtremityEnd property is used to identify and change the type of shape used for the end of a Wire control.
NomFil is Control
NomFil <- ControlCreate("", typWire)
NomFil.ChampDépart = BTN_ChampA
NomFil.ChampArrivée = BTN_ChampB
NomFil.FormeExtrémitéDépart = shapeDiamond
NomFil.FormeExtrémitéArrivée = shapeCircle
NomFil.FormeExtrémitéTaille = 8
Syntax
Finding out the type of shape used for the end extremity of a Wire control Hide the details
<Result> = <Wire control>.ShapeExtremityEnd
<Result>: Integer constant Type of shape used:
| | shapeNone | No shape. | shapeSquare | End shape: Square. | shapeArrow | End shape: Arrow. | shapeDiamond | Finishing end shape: Losange. | shapeCircle | End shape: Round. | shapeTriangle | End shape: Triangle. |
<Wire control>: Control name Name of the Wire control to be used.
Modifying the type of shape used for the end extremity of a Wire control Hide the details
<Wire control>.ShapeExtremityEnd = <New shape>
<Wire control>: Control name Name of the Wire control to be used. <New shape>: Integer constant New shape to use at the end of the Wire control:
| | shapeNone | No shape. | shapeSquare | End shape: Square. | shapeArrow | End shape: Arrow. | shapeDiamond | Finishing end shape: Losange. | shapeCircle | End shape: Round. | shapeTriangle | End shape: Triangle. |
Remarks - The color of the source and target shape in a Wire control is set by the Color property.
- The size of the source and target shape in a Wire control is set by the ShapeExtremitySize property.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|