Returns the style of the progress indicator (bar or spinning).
Original signature is '- (NSProgressIndicatorStyle)style'
Available in Mac OS X v10.2 and later.

C# | Visual Basic | Visual C++ |
public virtual NSProgressIndicatorStyle Style { get; set; }
Public Overridable Property Style As NSProgressIndicatorStyle Get Set
public: virtual property NSProgressIndicatorStyle Style { NSProgressIndicatorStyle get (); void set (NSProgressIndicatorStyle value); }

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)