[]
Represents the pictures for the different option button states.
[TypeConverter(typeof(_s))]
public class RadioPicture
<TypeConverter(GetType(_s))>
Public Class RadioPicture
| Name | Description |
|---|---|
| RadioPicture() | Initializes a new instance of the RadioPicture class. |
| Name | Description |
|---|---|
| False | Gets or sets the image used for the false state. |
| FalsePressed | Gets or sets the image used for the false pressed state. |
| this[RadioPictureType] | Gets or sets the picture for the different option button states. |
| this[int] | Gets or sets the picture for the different option button states. |
| True | Gets or sets the image used for the true state. |
| TruePressed | Gets or sets the image used for the true pressed state. |