ComponentOne Carousel for WPF and Silverlight
SetVerticalPathAlignment Method (C1CarouselPanel)

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

Parameters

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

Reference

C1CarouselPanel Class
C1CarouselPanel Members