Gets the bottom left 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 ClipBottomLeft { get; }
Visual Basic
Public ReadOnly Property ClipBottomLeft As Point
	Get
Visual C++
public:
property Point ClipBottomLeft {
	Point get ();
}

Remarks

Dependency Property Information
Identifier fieldClipBottomLeftProperty
Metadata properties set to trueNone

See Also