public System.double Height {get; set;}
public read-write property Height: System.Double;
public function get,set Height : System.double
public: __property System.double get_Height(); public: __property void set_Height( System.double value );
'Declaration
Public Property Height As System.Double
'Usage
Dim instance As ColumnHeader Dim value As System.Double instance.Height = value value = instance.Height