Previous Document Next Document

Object Model Reference : Classes : O : Outline : Properties : Outline.NibAngle


Outline.NibAngle

Property NibAngle As Double

Description

Member of Outline

The NibAngle property returns or specifies the angle of the Brush tool in a calligraphic outline.

The default value of the NibAngle property is 0.

VBA example

The following VBA example assigns a very thin horizontal pen nib to the outline of the active shape.

Sub Test()
 ActiveShape.Outline.NibAngle = 90
 ActiveShape.Outline.NibStretch = 1
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.