Height Property (original) (raw)

Summary

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

Syntax

public int Height { get; set; } 

public: property int Height {    int get();    void set (    int ); }

Property Value

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

Remarks

For a demo, refer to Leadtools.Medical.ExternalStore.Sample.Addin located here: <INSTALLDIR>\Examples\Medical\DotNet\SampleAddIns\Medical.ExternalStore.Sample.Addin

Leadtools.Dicom.AddIn Assembly