Click or drag to resize
CornerRadiusToString Method
[SECURITY CRITICAL] Returns the string representation of the Windows.UI.Xaml.CornerRadius structure.

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

Return Value

Type: String
A System.String that represents the Windows.UI.Xaml.CornerRadius value.
See Also