public bool IsText { get; set; }
Public Property IsText As Boolean Get Set
public: property bool IsText { bool get (); void set (bool value); }
member IsText : bool with get, set
In This Article