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

In This Topic
    HorizontalPathAlignment Property
    In This Topic
    Gets or sets a horizontal alignment of the PathGeometry. This is an attached dependency property.
    Syntax
    'Declaration
     
    
    Public Property HorizontalPathAlignment As HorizontalAlignment
    public HorizontalAlignment HorizontalPathAlignment {get; set;}
    Remarks
    You can specify this property value on ItemsControl that hosts the C1CarouselPanel.
    See Also