Share via


NSLayoutManager_NSTextViewSupport.GetRulerMarkers Method

Definition

[Foundation.Export("rulerMarkersForTextView:paragraphStyle:ruler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AppKit.NSRulerMarker[] GetRulerMarkers(this AppKit.NSLayoutManager This, AppKit.NSTextView textView, AppKit.NSParagraphStyle paragraphStyle, AppKit.NSRulerView ruler);
[<Foundation.Export("rulerMarkersForTextView:paragraphStyle:ruler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetRulerMarkers : AppKit.NSLayoutManager * AppKit.NSTextView * AppKit.NSParagraphStyle * AppKit.NSRulerView -> AppKit.NSRulerMarker[]

Parameters

textView
NSTextView
paragraphStyle
NSParagraphStyle
ruler
NSRulerView

Returns

Attributes

Applies to