Line.Width Property

Language:

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. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center