Table of Contents
LineHorizontalAlignment Property

Gets or sets the horizontal alignment of the scale line. This is a dependency property.

Syntax
 public HorizontalAlignment LineHorizontalAlignment { get; set; }

Property Value

One of the HorizontalAlignment enumeration values. The default value is Left.

Remarks

Note that in order to use LineHorizontalAlignment, the ShowLine must be set to true. See here for more information about displaying a line in a linear scale.

See Also