| FigureNodeStrokeThickness Property |
Gets or sets the stroke thickness.
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float StrokeThickness { get; set; }
Public Property StrokeThickness As Single
Get
Set
public:
property float StrokeThickness {
float get ();
void set (float value);
}
member StrokeThickness : float32 with get, set
Property Value
Type:
SingleThe stroke thickness.
Exceptions Remarks
If this value is 0, no lines are drawn.
See Also