IsFilled
Shape.IsFilled property
表示填充格式是否可见。
public bool IsFilled { get; set; }
例子
[C#]
if(shape.IsFilled == false)
shape.IsFilled = true;
也可以看看
- class Shape
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells
表示填充格式是否可见。
public bool IsFilled { get; set; }
[C#]
if(shape.IsFilled == false)
shape.IsFilled = true;