GUIMarkdownStyleModel Class |
Namespace: Livit.Learn.Model.GUI.Styles
[SerializableAttribute] public class GUIMarkdownStyleModel : GUILabelStyleModel
The GUIMarkdownStyleModel type exposes the following members.
Name | Description | |
---|---|---|
![]() | GUIMarkdownStyleModel | Initializes a new instance of the GUIMarkdownStyleModel 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 | |
---|---|---|
![]() ![]() | DefaultHeaderFontPath | |
![]() ![]() | DefaultHeaderSpacing | |
![]() ![]() | DefaultTextColor |
<GUIStyles> <GUIMarkdownStyle Id="MainStyle" HeaderFontPath="Arial" HeaderSpacing="2" TextColor="1,1,1,1" /> </GUIStyles>