ComponentOne Carousel for WPF and Silverlight
C1.Silverlight.Carousel Namespace / C1CarouselPanel Class / SetHorizontalPathAlignment Method
The object to set value to.
The property value.

In This Topic
    SetHorizontalPathAlignment Method (C1CarouselPanel)
    In This Topic
    Sets the value of the HorizontalPathAlignment attached property to a given object.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetHorizontalPathAlignment( _
       ByVal d As DependencyObject, _
       ByVal value As HorizontalAlignment _
    ) 
    public static void SetHorizontalPathAlignment( 
       DependencyObject d,
       HorizontalAlignment value
    )

    Parameters

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