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


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

Parameters

obj
The element which contains the attached property.
See Also

Reference

C1RadialPanel Class
C1RadialPanel Members