Gets or sets the width of the stroke.
Namespace:
PerpetuumSoft.Framework.Drawing
Assembly:
PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public abstract double Width { get; set; } |
| Visual Basic (Declaration) |
|---|
Public MustOverride Property Width As Double |
| Visual C++ |
|---|
public:
virtual property double Width {
double get () abstract;
void set (double value) abstract;
} |
See Also