Column.ColumnWidth Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The width of the column in pixels.

Namespace:  Microsoft.TeamFoundation.ProcessConfiguration.Client
Assembly:  Microsoft.TeamFoundation.ProjectManagement (in Microsoft.TeamFoundation.ProjectManagement.dll)

Syntax

'Declaration
Public Property ColumnWidth As Integer
public int ColumnWidth { get; set; }
public:
property int ColumnWidth {
    int get ();
    void set (int value);
}
member ColumnWidth : int with get, set
function get ColumnWidth () : int 
function set ColumnWidth (value : int)

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

Column Class

Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace