Version

Search Results

PictureOutlineProperties Class

Encapsulates the properties of the outline that is displayed around an anchored or inline picture. Syntax

PictureOutlineProperties Class Members

Public Properties Public Methods

Color Property (PictureOutlineProperties)

Returns or sets a value which determines the color of the outline. Syntax Remarks The Color property is not applicable unless the Style property is set to a value other than None.

CornerStyle Property

Returns or sets a value indicating the corner style of the outline. Syntax

Create Method (PictureOutlineProperties)

Returns a new instance which is associated with the specified WordDocumentWriter. Syntax Parameters writer The associated WordDocumentWriter instance. Return Value A new PictureOutlineProperties instance.

LineWidth Property (PictureOutlineProperties)

Returns or sets a value indicating the width of the outline. Syntax Remarks The LineWidth property is not applicable unless the Style property is set to a value other than None.

Reset Method (PictureOutlineProperties)

Resets all properties of this instance to their respective defaults. Syntax

Style Property (PictureOutlineProperties)

Returns or sets a value indicating the style of the outline. Syntax Remarks The Style property resolves to None, so that by default no outline is drawn around the associated picture.