Line.Width Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the thickness of a line.

Definition

Visual Basic Public Property Width As Single
C# public float Width { get; set; }
C++ public:
property float Width {
        float get();
        void set(float value);
}
JScript public function get Width() : float
public function set Width(float);

Property Value

System.Single
Line thickness.

This property is read/write.