'Declaration Public Property Width As Integer
'Usage Dim instance As ImageFormat 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
ImageFormat Class ImageFormat Members