MonobjcMonobjc Documented Class Library
Style Property
NamespacesMonobjc.AppKitNSProgressIndicatorStyle

Returns the style of the progress indicator (bar or spinning).

Original signature is '- (NSProgressIndicatorStyle)style'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual 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);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)