Interface IOfficeShapeSolidFill
Represents the solid fill type in formatting options.
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.Base.dll
Syntax
public interface IOfficeShapeSolidFill
  Properties
Color
Gets or sets the color for the solid fill.
Declaration
Color Color { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Drawing.Color | The color of the solid fill.  | 
      
Transparency
Gets or sets the transparency percentage. Ranges from 0 (opaque) to 100 (fully transparent).
Declaration
int Transparency { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | The transparency percentage.  |