SetArcRelativeRadius Method
In This Topic
Sets the relative arc radius value.
Syntax
'Declaration
Public Shared Sub SetArcRelativeRadius( _
ByVal As Windows.UI.Xaml.DependencyObject, _
ByVal As System.Double _
)
public static void SetArcRelativeRadius(
Windows.UI.Xaml.DependencyObject ,
System.double
)
Parameters
- obj
- The element which contains the attached property.
- value
See Also