XlsArcShape
Weight Property
|
Gets or sets the weight of the line format for the shape.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public double Weight { get; set; }
Public Property Weight As Double
Get
Set
public:
virtual property double Weight {
double get () sealed;
void set (double value) sealed;
}
abstract Weight : float with get, set
override Weight : float with get, set
Property Value
Type:
Double
Implements
IArcShape
Weight
See Also