Declaration

optional var strokeColor: NSColor! { get set }

Declaration

@property (nonatomic, strong) NSColor * strokeColor;

Declaration

strokeColor() -> NSColor
setStrokeColor_(strokeColor: NSColor)