Paket | mx.effects.effectClasses |
Sınıf | public class PropertyChanges |
Miras Alma | PropertyChanges Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
start
and end
fields
of the PropertyChanges class contain the same set of properties,
but with different values.
Target properties that have the same start and end values
are not included in the start
and end
fields.
İlgili API Öğeleri
Özellik | Tanımlayan: | ||
---|---|---|---|
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
end : Object
An Object containing the ending properties of the target
component modified by the change in view state. | PropertyChanges | ||
start : Object
An Object containing the starting properties of the target
component modified by the change in view state. | PropertyChanges | ||
stripUnchangedValues : Boolean = true
This flag controls whether values that are the same in the
start and end states are stripped from those objects. | PropertyChanges | ||
target : Object
A target component of a transition. | PropertyChanges |
Yöntem | Tanımlayan: | ||
---|---|---|---|
PropertyChanges(target:Object)
The PropertyChanges constructor. | PropertyChanges | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
end | özellik |
public var end:Object
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
An Object containing the ending properties of the target
component modified by the change in view state.
For example, for a target
component that is both
moved and resized by a change to the view state, end
contains the ending position and size of the component,
as the following example shows:
{ x: 100, y: 100, width: 200, height: 200 }
start | özellik |
public var start:Object
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
An Object containing the starting properties of the target
component modified by the change in view state.
For example, for a target
component that is both
moved and resized by a change to the view state, start
contains the starting position and size of the component,
as the following example shows:
{ x: 0, y: 0, width: 100, height: 100}
stripUnchangedValues | özellik |
public var stripUnchangedValues:Boolean = true
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
This flag controls whether values that are the same in the start and end states are stripped from those objects.
Varsayılan değer şudur true.
target | özellik |
public var target:Object
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
A target component of a transition.
The start
and end
fields
of the PropertyChanges object define how the target component
is modified by the change to the view state.
PropertyChanges | () | Yapıcı |
Tue Jun 12 2018, 01:09 PM Z