MonobjcMonobjc Documented Class Library
LineJoin Property
NamespacesMonobjc.QuartzCoreCAShapeLayerLineJoin

Specifies the line join style for the shape’s path.

Original signature is '@property(copy) NSString *lineJoin'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString LineJoin { get; set; }
Public Overridable Property LineJoin As NSString
	Get
	Set
public:
virtual property NSString^ LineJoin {
	NSString^ get ();
	void set (NSString^ value);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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