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