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

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

    Parameters

    d
    The object to read value from.

    Return Value

    The property value.
    See Also