NSRulerView.MeasurementUnits Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[ObjCRuntime.BindAs(typeof(AppKit.NSRulerViewUnits), OriginalType=typeof(Foundation.NSString))]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSRulerViewUnits MeasurementUnits { [Foundation.Export("measurementUnits")] get; [Foundation.Export("setMeasurementUnits:")] set; }
[<ObjCRuntime.BindAs(typeof(AppKit.NSRulerViewUnits), OriginalType=typeof(Foundation.NSString))>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("measurementUnits")>]
[<set: Foundation.Export("setMeasurementUnits:")>]
member this.MeasurementUnits : AppKit.NSRulerViewUnits with get, set
Property Value
- Attributes