Table of Contents
LineVerticalAlignment Property

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

Syntax
 public VerticalAlignment LineVerticalAlignment { get; set; }

Property Value

One of the VerticalAlignment enumeration values. The default value is Bottom.

Remarks

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

See Also