'Declaration Public Property Height As Integer
'Usage Dim instance As ImageFormat Dim value As Integer instance.Height = value value = instance.Height
public int Height {get; set;}
public: property int Height { int get(); void set ( int value); }
Target Platforms
ImageFormat Class ImageFormat Members