MonobjcMonobjc Documented Class Library
ThemeNamed Method (theme)
NamespacesMonobjc.CorePlotCPThemeThemeNamed(NSString)

Original signature is '+ (CPTheme *)themeNamed:(NSString *)theme;'

Declaration Syntax
C#Visual BasicVisual C++
public static CPTheme ThemeNamed(
	NSString theme
)
Public Shared Function ThemeNamed ( _
	theme As NSString _
) As CPTheme
public:
static CPTheme^ ThemeNamed(
	NSString^ theme
)
Parameters
theme (NSString)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.CorePlot.CPTheme.ThemeNamed(Monobjc.Foundation.NSString)"]

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.CorePlot (Module: Monobjc.CorePlot)