True if the object should be "revealed" by resizing a clipping
rectangle around the object without resizing the object itself.
False if the object itself should be resized, without clipping.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public bool Clip { get; set; } |
Visual Basic |
---|
Public Property Clip As Boolean Get Set |
JScript |
---|
function get Clip () : boolean function set Clip (value : boolean) |