[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.StyleFill

Class StyleFill

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

Represents a reference to a fill style within Fills or BackgroundFills.

public class StyleFill : FormattingBag
Inheritance
object
StyleFill
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 to override the empty colors inside the referenced theme fill style.

public SolidColor PlaceholderColor { get; }

Property Value

SolidColor

ThemeFill

Gets or sets a reference to a fill style within Fills or BackgroundFills.

public FillFormat ThemeFill { get; set; }

Property Value

FillFormat