ComponentOne Carousel for WPF and Silverlight
C1.WPF.Carousel Namespace / VerticalItemAnchor Enumeration

In This Topic
    VerticalItemAnchor Enumeration
    In This Topic
    Defines possible vertical placements of the C1CarouselPanel child controls relative to the carousel's path.
    Syntax
    'Declaration
     
    
    Public Enum VerticalItemAnchor 
       Inherits System.Enum
    public enum VerticalItemAnchor : System.Enum 
    Members
    MemberDescription
    BottomChild element is aligned to the bottom of the path.
    CenterChild element is centered vertically relative to the path.
    TopChild element is aligned to the top of the path.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.Carousel.VerticalItemAnchor

    See Also