MonobjcMonobjc Documented Class Library
StartLineStyle Property
NamespacesMonobjc.QuartzPDFAnnotationLineStartLineStyle

Returns the line ending style for the starting point of the line.

Original signature is '- (PDFLineStyle)startLineStyle'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual PDFLineStyle StartLineStyle { get; set; }
Public Overridable Property StartLineStyle As PDFLineStyle
	Get
	Set
public:
virtual property PDFLineStyle StartLineStyle {
	PDFLineStyle get ();
	void set (PDFLineStyle 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.Quartz (Module: Monobjc.Quartz)