public int Style { get; set; }
Public Property Style As Integer Get Set
public: property int Style { int get (); void set (int value); }