Gets or sets the horizontal alignment of the control's content. This is a dependency property.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public HorizontalAlignment HorizontalContentAlignment { get; set; }
Visual Basic
Public Property HorizontalContentAlignment As HorizontalAlignment
	Get
	Set

Remarks

HorizontalContentAlignment.Center and HorizontalContentAlignment.Stretch are not supported.

See Also