GUILabelStyleModel Class |
Namespace: Livit.Learn.Model.GUI.Styles
[SerializableAttribute] public class GUILabelStyleModel : GUIImageStyleModel
The GUILabelStyleModel type exposes the following members.
Name | Description | |
---|---|---|
![]() | GUILabelStyleModel | Initializes a new instance of the GUILabelStyleModel 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 | |
---|---|---|
![]() ![]() | DefaultAutoResizeOffset | |
![]() ![]() | DefaultAutoResizeWithLabel | |
![]() ![]() | DefaultEffect | |
![]() ![]() | DefaultEffectColor | |
![]() ![]() | DefaultKeepAspectRatio | |
![]() ![]() | DefaultMaxLineCount | |
![]() ![]() | DefaultOverflow | |
![]() ![]() | DefaultSpacing | |
![]() ![]() | DefaultTextOffset | |
![]() ![]() | DefaultTextSize |
<GUIStyles> <GUILabelStyle Id="MainStyle" AutoResizeOffset="1,1" AutoResizeWithLabel="true" Effect="Outline" EffectColor="1,1,1,1" KeepAspectRatio="BasedOnHeight" MaxLineCount="100" Overflow="ClampContent" Spacing="1,1" TextOffset="1,1" TextSize="10" /> </GUIStyles>