// // This file is automatically generated, do not edit // using System; using MonoTouch.UIKit; using MonoTouch.Foundation; public partial class ToolbarViewController { [Connect] public UISegmentedControl barStyleSegControl { get { return (UISegmentedControl) GetNativeField ("barStyleSegControl"); } set { SetNativeField ("barStyleSegControl", value); } } [Connect] public UISegmentedControl buttonItemStyleSegControl { get { return (UISegmentedControl) GetNativeField ("buttonItemStyleSegControl"); } set { SetNativeField ("buttonItemStyleSegControl", value); } } [Connect] public UISwitch tintSwitch { get { return (UISwitch) GetNativeField ("tintSwitch"); } set { SetNativeField ("tintSwitch", value); } } [Connect] public UIPickerView systemButtonPicker { get { return (UIPickerView) GetNativeField ("systemButtonPicker"); } set { SetNativeField ("systemButtonPicker", value); } } }