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