Image.Width Property
Gets or sets the width of the image in pixels.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.Generators
Assembly: Microsoft.VisualStudio.TeamSystem.Data.Generators (in microsoft.visualstudio.teamsystem.data.generators.dll)
Syntax
'Declaration
Public Property Width As Integer
'Usage
Dim instance As Image
Dim value As Integer
value = instance.Width
instance.Width = value
public int Width { get; set; }
public:
property int Width {
int get ();
void set (int value);
}
/** @property */
public int get_Width ()
/** @property */
public void set_Width (int value)
public function get Width () : int
public function set Width (value : int)
See Also
Reference
Image Class
Image Members
Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace