Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / ShiftingCanvas Class / HorizontalContentAlignment Property

In This Topic
    HorizontalContentAlignment Property (ShiftingCanvas)
    In This Topic
    Gets or sets the horizontal alignment of the control's content. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property HorizontalContentAlignment As HorizontalAlignment
    public HorizontalAlignment HorizontalContentAlignment {get; set;}
    Remarks
    HorizontalContentAlignment.Center and HorizontalContentAlignment.Stretch are not supported.
    See Also