Gets the top right of the clip parallelogram. This is a dependency property.

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

Syntax

C#
public Point ClipTopRight { get; }
Visual Basic
Public ReadOnly Property ClipTopRight As Point
	Get
Visual C++
public:
property Point ClipTopRight {
	Point get ();
}

Remarks

Dependency Property Information
Identifier fieldClipTopRightProperty
Metadata properties set to trueNone

See Also