Click or drag to resize
DependencyPropertyToString Method
Returns the DependencyProperty as a string.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public override string ToString()

Return Value

Type: String
The DependencyProperty as a string.
See Also