Gets or sets the weight of the line in unit of points.
Namespace:
Aspose.Cells.Drawing
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic double WeightPt { get; set; }
Public Property WeightPt As Double
Get
Set
public:
property double WeightPt {
double get ();
void set (double value);
}
member WeightPt : float with get, set
Property Value
Type:
Double
See Also