Column.ColumnWidth Property
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace