Pacote | mx.core |
Interface | public interface IConstraintClient |
Implementadores | PostScaleAdapter, UIComponent, UIMovieClip |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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 |
Detalhes do método
getConstraintValue | () | método |
public function getConstraintValue(constraintName:String):*
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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 da API relacionados
setConstraintValue | () | método |
public function setConstraintValue(constraintName:String, value:*):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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 da API relacionados
Wed Jun 13 2018, 11:10 AM Z