ComponentOne Carousel for WPF and Silverlight
C1.WPF.Carousel Namespace / C1CarouselPanel Class / GetVerticalPathAlignment Method
The object to read value from.

In This Topic
    GetVerticalPathAlignment Method
    In This Topic
    Gets the value of the VerticalPathAlignment attached property from a given object.
    Syntax
    'Declaration
     
    
    Public Shared Function GetVerticalPathAlignment( _
       ByVal d As DependencyObject _
    ) As VerticalAlignment
    public static VerticalAlignment GetVerticalPathAlignment( 
       DependencyObject d
    )

    Parameters

    d
    The object to read value from.

    Return Value

    The property value.
    See Also