public float Height {get; set;}
public: property float Height { float get(); void set ( float value); }
'Declaration Public Property Height As Single
'Usage Dim instance As DicomLabel Dim value As Single instance.Height = value value = instance.Height
Target Platforms: .NET CLR 4.0 or higher
DicomLabel Class DicomLabel Members