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