Gets or sets the 3D Transform for this GwxModelVisual3D.
Namespace: Ico.GwxAssembly: Gwx3DControl (in Gwx3DControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public Transform3D Transform { get; set; } |
Visual Basic |
---|
Public Property Transform As Transform3D Get Set |
JScript |
---|
function get Transform () : Transform3D function set Transform (value : Transform3D) |