Width Property
Summary
Gets or sets the width or horizontal component this LeadSize structure in pixels.
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 or horizontal component of this LeadSize structure in pixels.