Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public ShapeLineStyleType Style { get; set; }
Public Property Style As ShapeLineStyleType
	Get
	Set
public:
virtual property ShapeLineStyleType Style {
	ShapeLineStyleType get () sealed;
	void set (ShapeLineStyleType value) sealed;
}
abstract Style : ShapeLineStyleType with get, set
override Style : ShapeLineStyleType with get, set

Property Value

ShapeLineStyleType

Implements

IShapeLineFormat..::..Style

See Also