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

In This Topic
    HorizontalItemAnchor Enumeration
    In This Topic
    Defines possible horizontal placements of the C1CarouselPanel child controls relative to the carousel's path.
    Syntax
    'Declaration
     
    
    Public Enum HorizontalItemAnchor 
       Inherits System.Enum
    public enum HorizontalItemAnchor : System.Enum 
    Members
    MemberDescription
    CenterChild element is centered horizontally relative to the path.
    LeftChild element is aligned to the left of the path.
    RightChild element is aligned to the right of the path.
    Inheritance Hierarchy

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

    See Also