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