ShellViewColumnWidth Property |
Gets or sets the width in pixels of the column.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic int Width { get; set; }Public Property Width As Integer
Get
Set
public:
property int Width {
int get ();
void set (int value);
}member Width : int with get, set
Property Value
Int32
The width.
See Also