ComponentOne Carousel for WPF and Silverlight
SetDrawPath Method

C1.WPF.Carousel Namespace > C1CarouselPanel Class : SetDrawPath Method
The object to set value to.
The property value.
Sets the value of the DrawPath attached property to a given object.
Syntax
'Declaration
 
Public Shared Sub SetDrawPath( _
   ByVal d As System.Windows.DependencyObject, _
   ByVal value As System.Boolean _
) 
public static void SetDrawPath( 
   System.Windows.DependencyObject d,
   System.bool value
)

Parameters

d
The object to set value to.
value
The property value.
See Also

Reference

C1CarouselPanel Class
C1CarouselPanel Members