←Select platform

Height Property

Summary

This attribute specifies the height (in pixels) of the dynamically generated configuration control item

Syntax

C#
VB
C++
public int Height { get; set; } 
  
Public Property Height As Integer 
public: 
property int Height { 
   int get(); 
   void set (    int ); 
} 

Property Value

The height (in pixels) of the dynamically generated configuration control item.

Remarks

For an example, see the Leadtools.Medical.ExternalStore.Sample.Addin demo located here: <INSTALLDIR>\Examples\PACSFramework\CS\Sample AddIns\Leadtools.Medical.ExternalStore.Sample.Addin

Requirements

Target Platforms

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

Leadtools.Dicom.AddIn Assembly