Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FillFormat Class / SolidFill Property

In This Topic
    SolidFill Property
    In This Topic
    Gets the solid color fill.

    This property has effect only if the Type of this fill format is FillType.Solid.

    Syntax
    'Declaration
     
    Public ReadOnly Property SolidFill As SolidColor
    public SolidColor SolidFill {get;}
    See Also