Width Property
Summary
Gets or sets the width of this LeadRect structure.
Syntax
[DataMemberAttribute(Name="Width", IsRequired=true)]
public int Width { get; set; }
<DataMemberAttribute(Name="Width", IsRequired=True)>
Public Property Width As Integer
[DataMemberAttribute(Name="Width", IsRequired=true)]
public:
property int Width {
int get();
void set ( int );
}
Property Value
The width of this LeadRect structure in pixels.