When this dynamic is configured as an opacity animation:
If true, this animation with explicitly set the opacity of the associated object.
If false, this animation will will multiply the animated opacity value by the assocaited object's current opacity.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public bool AbsoluteOpacity { get; set; } |
| Visual Basic |
|---|
Public Property AbsoluteOpacity As Boolean
Get
Set |
| JScript |
|---|
function get AbsoluteOpacity () : boolean
function set AbsoluteOpacity (value : boolean) |
See Also