The layout of a scrubber item.
SDK
- macOS 10.12.2+
Framework
- App
Kit
Declaration
class NSScrubberLayoutAttributes : NSObject
Overview
A layout attributes object is the model for the layout of a single item in a scrubber control.
If you require model attributes in addition to those provided by this class, create a subclass and add appropriate attributes. Subclasses must implement is
, hash
and the NSCopying
protocol.