IGeomPathInfo
FillMode Property
|
Gets or sets the fill mode used by the path when filling shapes.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
PathFillMode FillMode { get; set; }
Property FillMode As PathFillMode
Get
Set
property PathFillMode FillMode {
PathFillMode get ();
void set (PathFillMode value);
}
abstract FillMode : PathFillMode with get, set
Property Value
Type:
PathFillMode
See Also