[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.StyleEffects

Class StyleEffects

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

Represents a reference to a shape effects style in a Effects list.

public class StyleEffects : FormattingBag
Inheritance
object
StyleEffects
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

PlaceholderColor

Gets the color used to override the empty colors inside the referenced theme shape effects style.

public SolidColor PlaceholderColor { get; }

Property Value

SolidColor

ThemeEffects

Gets or sets a reference to a shape effects style within an Effects list.

public ShapeEffects ThemeEffects { get; set; }

Property Value

ShapeEffects