←Select platform

Height Property

Summary

Gets or sets a value that represents the height for this LogicalSize.

Syntax

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

Property Value

Value that indicates the height of the size.

Example

For an example, refer to Width.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms Assembly