←Select platform

Height Property

Summary
Gets or sets the height of the rectangle.
Syntax
C#
C++/CLI
Java
Python
[DataMemberAttribute(Name="height", Order=3, IsRequired=true)] 
public double Height { get; set; } 
public double getHeight(); 
public void setHeight( 
   double doubleValue 
); 
public: 
property double Height { 
   double get(); 
   void set (    double ); 
} 
Height # get and set (LeadRectD) 

Property Value

The width of the rectangle.

Remarks

You cannot change the values of the Empty rectangle.

Requirements

Target Platforms

Help Version 22.0.2023.5.16
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.