public int DPI { get; set; }
Public Property DPI As Integer Get Set
public: property int DPI { int get (); void set (int value); }
member DPI : int with get, set
In This Article