[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Shading

Class Shading

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Contains shading attributes for an object.

public class Shading : FormattingBag
Inheritance
Shading
Inherited Members

Properties

BackgroundPatternColor

Gets the color that is applied to the background of the Shading object.

public WordColor BackgroundPatternColor { get; }

Property Value

WordColor

ForegroundPatternColor

Gets the color that is applied to the foreground of the Shading object.

public WordColor ForegroundPatternColor { get; }

Property Value

WordColor

Texture

Gets or sets the shading texture.

public TexturePattern Texture { get; set; }

Property Value

TexturePattern

Methods

ClearFormatting()

Removes shading from the object.

public override void ClearFormatting()

FixInheritedValues()

Fixes all inherited values as "direct" values for this instance.

protected override void FixInheritedValues()