Width Property
Summary
Gets or sets the new image width in pixels.
Syntax
[DataMemberAttribute(Name="Width", IsRequired=false)]
public int Width { get; set; }
<DataMemberAttribute("Width")>
Public Property Width As Integer
[DataMemberAttribute("Width")]
public:
property int Width {
int get();
void set ( int );
}
Property Value
New image width in pixels.