IGeomPathInfo
ShowStroke Property
|
Gets or sets a value indicating whether the stroke should be displayed.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool ShowStroke { get; set; }
Property ShowStroke As Boolean
Get
Set
property bool ShowStroke {
bool get ();
void set (bool value);
}
abstract ShowStroke : bool with get, set
Property Value
Type:
Boolean
See Also