Public Property IsAnimating As Boolean Get Set
public bool IsAnimating { get; set; }
public: property bool IsAnimating { bool get (); void set (bool value); }