Shading Interface

Definition

Contains shading attributes for an object.

public interface class Shading
[System.Runtime.InteropServices.Guid("0002093A-0000-0000-C000-000000000046")]
public interface Shading
type Shading = interface
Public Interface Shading
Attributes

Remarks

Use the Shading property to return the Shading object.

Properties

Application

Returns a Application object that represents the Microsoft Word application.

BackgroundPatternColor

Returns or sets the 24-bit color that's applied to the background of the Shading object. Can be any valid WdColor constant or a value returned by Visual Basic's RGB function.

BackgroundPatternColorIndex

Returns or sets the color that's applied to the background of the Shading object.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

ForegroundPatternColor

Returns or sets the 24-bit color that's applied to the foreground of the Shading object. This color is applied to the dots and lines in the shading pattern. Can be any valid WdColor constant or a value returned by Visual Basic's RGB function.

ForegroundPatternColorIndex

Returns or sets the color that's applied to the foreground of the Shading object. This color is applied to the dots and lines in the shading pattern.

Parent

Returns an object that represents the parent object of the specified object.

Texture

Returns or sets the shading texture for the specified object.

Applies to