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

Syntax

C#
public virtual ICMSPagePresentationInformation PresentationInformation { get; }
Visual Basic
Public Overridable ReadOnly Property PresentationInformation As ICMSPagePresentationInformation
	Get
Visual C++
public:
virtual property ICMSPagePresentationInformation^ PresentationInformation {
	ICMSPagePresentationInformation^ get ();
}

Property Value

Type: ICMSPagePresentationInformation

Implements

ICMSPage..::..PresentationInformation

See Also