[]
        
(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
object
Shading
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

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()