ComponentOne Carousel for WPF and Silverlight
C1.Silverlight.Carousel Namespace / C1CarouselPanel Class / VerticalItemAnchorOnPath Property

In This Topic
    VerticalItemAnchorOnPath Property (C1CarouselPanel)
    In This Topic
    Gets or sets the vertical placement of the child controls relative to the carousel's path. This is an attached dependency property.
    Syntax
    'Declaration
     
    
    Public Property VerticalItemAnchorOnPath As VerticalItemAnchor
    public VerticalItemAnchor VerticalItemAnchorOnPath {get; set;}
    Remarks
    You can specify this property value on ItemsControl that hosts the C1CarouselPanel.
    See Also