Public Member Functions | |
| System.Xml.Schema.XmlSchema | GetSchema () |
| void | ReadXml (System.Xml.XmlReader reader) |
| TextProperties (LexerStates state, string statename) | |
| TextProperties (wx.Colour foreground, wx.Colour background, wx.Font font) | |
| TextProperties () | |
| void | WriteXml (System.Xml.XmlWriter writer) |
Properties | |
| wx.Colour | Background [get, set] |
| bool | Boldface [get, set] |
| wx.Font | Font [get, set] |
| wx.Colour | Foreground [get, set] |
| bool | IsVisible [get, set] |
| bool | Italics [get, set] |
| CaseForce | Lettercase [get, set] |
| bool | Underline [get, set] |
null is not defined. | wx.StyledText.StcStyleCollection.TextProperties.TextProperties | ( | ) |
| wx.StyledText.StcStyleCollection.TextProperties.TextProperties | ( | wx.Colour | foreground, | |
| wx.Colour | background, | |||
| wx.Font | font | |||
| ) |
| wx.StyledText.StcStyleCollection.TextProperties.TextProperties | ( | LexerStates | state, | |
| string | statename | |||
| ) |
Use predefined settings or derive heuristically a default text property from the state name.
| System.Xml.Schema.XmlSchema wx.StyledText.StcStyleCollection.TextProperties.GetSchema | ( | ) |
Not yet implemented.
| void wx.StyledText.StcStyleCollection.TextProperties.ReadXml | ( | System.Xml.XmlReader | reader | ) |
| void wx.StyledText.StcStyleCollection.TextProperties.WriteXml | ( | System.Xml.XmlWriter | writer | ) |
write properties into a stc_textproperties tag.
wx.Colour wx.StyledText.StcStyleCollection.TextProperties.Background [get, set] |
bool wx.StyledText.StcStyleCollection.TextProperties.Boldface [get, set] |
wx.Font wx.StyledText.StcStyleCollection.TextProperties.Font [get, set] |
wx.Colour wx.StyledText.StcStyleCollection.TextProperties.Foreground [get, set] |
bool wx.StyledText.StcStyleCollection.TextProperties.IsVisible [get, set] |
bool wx.StyledText.StcStyleCollection.TextProperties.Italics [get, set] |
CaseForce wx.StyledText.StcStyleCollection.TextProperties.Lettercase [get, set] |
bool wx.StyledText.StcStyleCollection.TextProperties.Underline [get, set] |