SizeProperty Class
The size properties of a test object.

C# Syntax

public class SizeProperty 
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.SizeProperty

Public Constructors
 NameDescription
Public ConstructorSizeProperty ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyHeightThe vertical component of the test object size.  
Public PropertyWidthThe horizontal component of the test object size.  
Top
Public Methods
 NameDescription
Public MethodCloneCreates an exact copy of this object.  
Public MethodGetPropertiesReturns the inner properties of this property.  
Public MethodToString  
Top
Public Operators
public Operator Implicit Type Conversion Implicit cast of Size to SizeProperty.
Top