Gets or sets the alignment of the navigation bar within the control.

Namespace:  C1.Web.C1WebReport
Assembly:  C1.Web.C1WebReport.2 (in C1.Web.C1WebReport.2.dll)

Syntax

C#
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute(HorizontalAlign.NotSet)]
public HorizontalAlign Align { get; set; }
Visual Basic (Declaration)
<NotifyParentPropertyAttribute(True)> _
<DefaultValueAttribute(HorizontalAlign.NotSet)> _
Public Property Align As HorizontalAlign
	Get
	Set

Remarks

This property is especially useful in RightToLeft environments.

The default value for this property is HorizontalAlign.NotSet.

See Also