|
|
|
|
|
ShapeExtremityEnd (Property)
The ShapeExtremityEnd property is used to identify and change the type of shape used for the end of a Wire control.
WireName is Control
WireName <- ControlCreate("", typWire)
WireName.StartControl = BTN_ControlA
WireName.EndControl = BTN_ControlB
WireName.ShapeExtremityStart = shapeDiamond
WireName.ShapeExtremityEnd = shapeCircle
WireName.ShapeExtremitySize = 8
Sintaxis
Finding out the type of shape used for the end extremity of a Wire control Ocultar los detalles
<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 Ocultar los detalles
<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. |
Observaciones - 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.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|