TrimType Property

Specifies the trim option to apply to all line objects.

Syntax

object.TrimType [=enumTrimType]

Properties

The TrimType property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

enumTrimType

When to trim a line at the intersection point.

Settings

The settings for enumTrimType are:

Constant

Value

Description

Always

0

Always trim lines.

ShorterThanSpecified

1

Trim only when the trimmed area is shorter than the specified pixels.

 

Applies To