Width Property

Summary

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

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

Property Value

The width (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 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly