ComponentOne Basic Library for WPF and Silverlight
SetArcSegmentDefinition Method (C1RadialPanel)


C1.Silverlight Namespace > C1RadialPanel Class : SetArcSegmentDefinition Method
The element which contains the attached property.
Sets the ArcSegmentDef value.
Syntax
'Declaration
 
Public Shared Sub SetArcSegmentDefinition( _
   ByVal obj As System.Windows.DependencyObject, _
   ByVal value As ArcSegmentDef _
) 
'Usage
 
Dim obj As System.Windows.DependencyObject
Dim value As ArcSegmentDef
 
C1RadialPanel.SetArcSegmentDefinition(obj, value)
public static void SetArcSegmentDefinition( 
   System.Windows.DependencyObject obj,
   ArcSegmentDef value
)

Parameters

obj
The element which contains the attached property.
value
See Also

Reference

C1RadialPanel Class
C1RadialPanel Members