←Select platform

SizeModeHeight Property

Summary

Height of the layout in pixels

Syntax

C#
VB
C++
public double SizeModeHeight { get; set; } 
Public Property SizeModeHeight() As Double 
   Get 
   Set 
public:  
   property double SizeModeHeight 
   { 
      double get() 
      void set(double value) 
   } 

Property Value

The height of the layout in pixels. Default value is 0.

Remarks

This value must be set during UpdateTransform to set the height of the layout in pixels. The viewer will use this value to control how much to zoom when FitHeight is used for example. Typically this should be the height of largest row.

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.Controls.WinForms Assembly