[]
Contains shading attributes for an object.
public class Shading : FormattingBag
Gets the color that is applied to the background of the Shading object.
public WordColor BackgroundPatternColor { get; }
Gets the color that is applied to the foreground of the Shading object.
public WordColor ForegroundPatternColor { get; }
Gets or sets the shading texture.
public TexturePattern Texture { get; set; }
Removes shading from the object.
public override void ClearFormatting()
Fixes all inherited values as "direct" values for this instance.
protected override void FixInheritedValues()