[]
A customizable set of appearance settings.
public class InputStyle : IDisposable
| Name | Description |
|---|---|
| InputStyle() | Creates a new instance of InputStyle. |
| Name | Description |
|---|---|
| Version | Gets the version number of the style schema. |
| Name | Description |
|---|---|
| BrushSet | Gets the set of named brushes. |
| ColorSet | Gets the set of named colors. |
| ConstSet | Gets the set of named integer constants. |
| FlagSet | Gets the set of named boolean constants. |
| FontSet | Gets the set of named fonts. |
| GlyphSet | Gets the set of named glyphs. |
| Instance | Gets the shared instance of a InputStyle. |
| Name | Description |
|---|---|
| BeginUpdate() | Maintains performance while InputStyle is being changed. |
| Dispose() | Clean up any resources being used. |
| EndUpdate() | Resumes processing after it has been suspended by a call to BeginUpdate(). |
| Refresh(ThemeColor, ThemeLightness, bool) | Loads a predefined Office 2013 theme into the InputStyle object. |
| UpdateInstance(ThemeColor, ThemeLightness) | Switches the shared instance of InputStyle to the specified Office 2013 theme. |
| Name | Description |
|---|---|
| StyleChanged | Occurs when a InputStyle is changed. |