Height Property
Summary
Gets or sets the height or vertical component of this LeadSize structure in pixels.
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 or vertical component of this LeadSize structure.