←Select platform

Height Property

Summary
Gets or sets the height this LeadSizeD structure.
Syntax
C#
VB
C++
Java
[DataMemberAttribute(Name="height", Order=1, 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 height of this size. Must be a value greater than or equal to 0.

Remarks

You cannot change the values of the Empty size.

Requirements

Target Platforms

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

Leadtools Assembly

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