MonobjcMonobjc Documented Class Library
LineDashPhase Property
NamespacesMonobjc.QuartzCoreCAShapeLayerLineDashPhase

The dash phase applied to the shape’s path when stroked. Animatable.

Original signature is '@property CGFloat lineDashPhase'

Available in Mac OS X v10.6 and later.

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

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