GUICheckboxStyleModel Class |
Namespace: Livit.Learn.Model.GUI.Styles
[SerializableAttribute] public class GUICheckboxStyleModel : GUIButtonStyleModel
The GUICheckboxStyleModel type exposes the following members.
Name | Description | |
---|---|---|
![]() | GUICheckboxStyleModel | Initializes a new instance of the GUICheckboxStyleModel class |
Name | Description | |
---|---|---|
![]() | DeepCopy |
Creates an in-memory clone of this object using a BinaryFormatter to ensure all child properties are copied as well.
(Inherited from BaseModel.) |
![]() | ShallowCopy | (Inherited from BaseModel.) |
![]() | ToString |
Returns a string that represents the current object.
(Inherited from BaseModel.) |
![]() | UpdateModels |
This method will update this model and all its child models.
(Inherited from BaseModel.) |
<GUIStyles> <GUICheckboxStyle Id="MainStyle" CheckImageoffset="1,1" CheckImageSource="block_white" IsRadio="true" /> </GUIStyles>