Gets the Geometry for clipping the page.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public Geometry PageClip { get; private set; }
Visual Basic
Public Property PageClip As Geometry
	Get
	Private Set
Visual C++
public:
property Geometry^ PageClip {
	Geometry^ get ();
	private: void set (Geometry^ value);
}

See Also