←Select platform

SizeModeWidth Property

Summary

Width of the layout in pixels

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

Property Value

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

Remarks

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

Requirements

Target Platforms

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

Leadtools.Controls Assembly