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

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

    Parameters

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