|
|
|
|
|
ShapeExtremitySize (Property) In french: FormeExtrémitéTaille
The ShapeExtremitySize property is used to identify and change the size of the shape at the beginning and 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
Identifying the size of the shape at the beginning and end of a Wire control Hide the details
<Result> = <Wire control>.ShapeExtremitySize
<Result>: Integer Size of the shape in pixels. <Wire control>: Control name Name of the Wire control to be used.
Changing the size of the shape at the beginning and end of a Wire control Hide the details
<Wire control>.ShapeExtremitySize = <New size>
<Wire control>: Control name Name of the Wire control to be used. <New size>: Integer New size of shape in pixels. Remarks - The color of the source and target shape in a Wire control is set by the Color property.
- The shape at the beginning and end of the Wire control is set by the ShapeExtremityStart and ShapeExtremityEnd properties.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|