Leadtools.Dicom.Web Namespace > ObjectInstanceInformationEx Class : Height Property |
'Declaration <XmlElementAttribute(1)> Public Property Height As Integer
'Usage Dim instance As ObjectInstanceInformationEx Dim value As Integer instance.Height = value value = instance.Height
[XmlElementAttribute(1)] public int Height {get; set;}
[XmlElementAttribute(1)] public: property int Height { int get(); void set ( int value); }