Paquete | mx.core |
Interfaz | public interface IConstraintClient |
Implementadores | PostScaleAdapter, UIComponent, UIMovieClip |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Returns the specified constraint value. | IConstraintClient | ||
Sets the specified constraint value. | IConstraintClient |
Información sobre métodos
getConstraintValue | () | método |
public function getConstraintValue(constraintName:String):*
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Returns the specified constraint value.
Parámetros
constraintName:String — name of the constraint value. Constraint parameters are
"baseline ", "bottom ", "horizontalCenter ",
"left ", "right ", "top ", and
"verticalCenter ".
For more information about these parameters, see the Canvas and Panel containers and Styles Metadata AnchorStyles. |
* — The constraint value, or null if it is not defined.
|
Elementos de API relacionados
setConstraintValue | () | método |
public function setConstraintValue(constraintName:String, value:*):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Sets the specified constraint value.
Parámetros
constraintName:String — name of the constraint value. Constraint parameters are
"baseline ", "bottom ", "horizontalCenter ",
"left ", "right ", "top ", and
"verticalCenter ".
For more information about these parameters, see the Canvas and Panel containers and Styles Metadata AnchorStyles. | |
value:* — The new value for the constraint.
|
Elementos de API relacionados
Tue Jun 12 2018, 02:12 PM Z