PPGLayout.ViewPosition operator

Introduced

v10 (2012)

Description

Returns the view position, which may (but isn't guaranteed to) be used by the PPG containing the layout to determine the PPG's position, as an Array of Longs. The returned array always contains exactly 2 items: left and top values (in that order).

C# Syntax

// get accessor
Object rtn = PPGLayout.ViewPosition;

See Also

PPGLayout.SetViewPosition