Shape.IsFilled
Shape.IsFilled property
Indicates whether the fill format is visible.
public bool IsFilled { get; set; }
Examples
[C#]
if(shape.IsFilled == false)
shape.IsFilled = true;
See Also
- class Shape
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells