Get/Set ViewMode. This is an parameter property used for rendering mode in view

Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI90 (in IGXRuntimeAPI90.dll) Version: 9.0.82.0 (9.0.82)

Syntax

C#
public string ViewMode { get; set; }
Visual Basic
Public Property ViewMode As String
	Get
	Set
Visual C++
public:
virtual property String^ ViewMode {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Property Value

Type: String

Implements

ICMSEnvironment..::..ViewMode

See Also