Set this option to true to cause a statically hidden object to become visible.
If true, this animation with explicitly set the visibility of the associated object to visible.
If false, this animation will restore the associated object's static visibility state (assuming it to be statically visible).
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public bool ExplicitShow { get; set; } |
Visual Basic |
---|
Public Property ExplicitShow As Boolean
Get
Set |
JScript |
---|
function get ExplicitShow () : boolean
function set ExplicitShow (value : boolean) |
See Also