Name | Description | |
---|---|---|
C1ToggleButton Constructor | Initializes a new instance of the C1ToggleButton class. |
The following tables list the members exposed by C1ToggleButton.
Name | Description | |
---|---|---|
C1ToggleButton Constructor | Initializes a new instance of the C1ToggleButton class. |
Name | Description | |
---|---|---|
BorderWidth | Gets or sets the width of the border. | |
CheckedContent | Gets or sets the content show when the button is checked. | |
CheckedImageSource | Gets or sets the image show when the button is checked. | |
CheckedText | Gets or sets the text show when the button is checked. | |
ClassHandle | (Inherited from UIKit.UIView) | |
Color | Gets or sets the color used to paint the control. | |
Handle | (Inherited from Foundation.NSObject) | |
IntrinsicContentSize | Overridden. | |
IsChecked | Gets or sets whether the C1ToggleButton is checked. | |
IsFocusable | Gets or sets whether the button can receive the focus. | |
Padding | Gets or sets the padding of the button. | |
SuperHandle | (Inherited from Foundation.NSObject) | |
UncheckedContent | Gets or sets the content shown when the button is unchecked. | |
UncheckedImageSource | Gets or sets the image shown when the button is unchecked. | |
UncheckedText | Gets or sets the text shown when the button is unchecked. |
Name | Description | |
---|---|---|
Add | (Inherited from UIKit.UIView) | |
AddObserver | Overloaded. (Inherited from Foundation.NSObject) | |
AddSubviews | (Inherited from UIKit.UIView) | |
AwakeFromNib | (Inherited from Foundation.NSObject) | |
BeginInvokeOnMainThread | Overloaded. (Inherited from Foundation.NSObject) | |
ConformsToProtocol | (Inherited from Foundation.NSObject) | |
DangerousAutorelease | (Inherited from Foundation.NSObject) | |
DangerousRelease | (Inherited from Foundation.NSObject) | |
DangerousRetain | (Inherited from Foundation.NSObject) | |
Dispose | (Inherited from Foundation.NSObject) | |
Equals | Overloaded. (Inherited from Foundation.NSObject) | |
GetEnumerator | (Inherited from UIKit.UIView) | |
GetHashCode | (Inherited from Foundation.NSObject) | |
GetNativeField | (Inherited from Foundation.NSObject) | |
Init | (Inherited from Foundation.NSObject) | |
Invoke | Overloaded. (Inherited from Foundation.NSObject) | |
InvokeOnMainThread | Overloaded. (Inherited from Foundation.NSObject) | |
SetNativeField | (Inherited from Foundation.NSObject) | |
SetValueForKeyPath | (Inherited from Foundation.NSObject) | |
ToString | (Inherited from Foundation.NSObject) |
Name | Description | |
---|---|---|
GetImage | Get the byte array of the control image. This byte array comes from a UIImagePNGRepresentation in iOS, TrueColorAlpha of PNG format in WP, Bitmap in Android. |
Name | Description | |
---|---|---|
AnimationWillEnd | (Inherited from UIKit.UIView) | |
AnimationWillStart | (Inherited from UIKit.UIView) | |
Checked | Occurs after the value of checkBox changes |