Gets or sets the URL. 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 string Url { get; set; }
Visual Basic
Public Property Url As String
	Get
	Set
Visual C++
public:
property String^ Url {
	String^ get ();
	void set (String^ value);
}

Remarks

Dependency Property Information
Identifier fieldUrlProperty
Metadata properties set to trueNone

See Also