Share via


Visual Basic Reference

LineSlant Property

See Also    Example    Applies To

Returns or sets the direction the line will slant.

Syntax

object.LineSlant [=integer]

The LineSlant property syntax has these parts:

Part Description
object Required. An object expression that evaluates to an object in the Applies To list.
integer Optional. A numeric expression that specifies the direction of the line's slant, as shown in Settings.

Settings

The settings for integer are:

Constant Value Description
rptSlantNWSE 0 The line slants from upper left to lower right (northwest to southeast).
rptSlantNESW 1 The line slants from upper right to lower left (northeast to southwest).