←Select platform

Height Property

Summary

Gets or sets the height of the rectangle.

Syntax
C#
VB
C++
Java
[DataMemberAttribute(Name="height", Order=3, IsRequired=true)] 
public double Height { get; set; } 
Public Property Height As Double 
public double getHeight() 
public void setHeight(double value) 
public: 
property double Height { 
   double get(); 
   void set (    double ); 
} 

Property Value

The width of the rectangle.

Remarks

You cannot change the values of the Empty rectangle.

Requirements

Target Platforms

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

Leadtools Assembly