GUIInputStyleModel Class |
Namespace: Livit.Learn.Model.GUI.Styles
[SerializableAttribute] public class GUIInputStyleModel : GUILabelStyleModel
The GUIInputStyleModel type exposes the following members.
Name | Description | |
---|---|---|
![]() | GUIInputStyleModel | Initializes a new instance of the GUIInputStyleModel 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.) |
Name | Description | |
---|---|---|
![]() ![]() | DefaultBgScrollBarColor | |
![]() ![]() | DefaultBgScrollBarImageSrc | |
![]() ![]() | DefaultBgScrollBarSize | |
![]() ![]() | DefaultFgScrollBarColor | |
![]() ![]() | DefaultFgScrollBarImageSrc | |
![]() ![]() | DefaultFgScrollBarSize | |
![]() ![]() | DefaultMultiline |
<GUIStyles> <GUIInputStyle Id="MainStyle" BgScrollBarColor="1,1,1,1" BgScrollBarImageSrc="block_white" BgScrollBarSize="1,1" FgScrollBarColor="1,1,1,1" FgScrollBarImageSrc="block_white" FgScrollBarSize="1,1" Multiline="true" /> </GUIStyles>