The StiMapStyle type exposes the following members.
Methods
| Name | Description |
---|
| Clone | (Overrides StiBaseStyleClone.) |
| DrawBox | (Overrides StiBaseStyleDrawBox(Graphics, Rectangle, Boolean, Boolean).) |
| DrawStyle(Graphics, Rectangle, Boolean, Boolean) | (Overrides StiBaseStyleDrawStyle(Graphics, Rectangle, Boolean, Boolean).) |
| DrawStyle(Graphics, Rectangle, DrawItemState, Boolean, Boolean) |
Drawes the style on the specified graphics context.
(Inherited from StiBaseStyle.) |
| DrawStyleImage | (Inherited from StiBaseStyle.) |
| Equals(Object) | (Inherited from StiBaseStyle.) |
| Equals(Object, Boolean, Boolean) | (Inherited from StiBaseStyle.) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
| GetEvents | (Inherited from StiBaseStyle.) |
| GetHashCode | (Inherited from StiBaseStyle.) |
| GetProperties | (Overrides StiBaseStyleGetProperties(IStiPropertyGrid, StiLevel).) |
| GetStyleFromComponent |
Gets a style from the component.
(Overrides StiBaseStyleGetStyleFromComponent(StiComponent, StiStyleElements).) |
| GetStyleFromComponents |
Gets a style from the components.
(Inherited from StiBaseStyle.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| IsPropertiesInitializedProtected | (Inherited from StiService.) |
| IsPropertyPresent | (Inherited from StiService.) |
| Load(String) |
Loads the style from a file.
(Inherited from StiBaseStyle.) |
| Load(Stream) |
Loads the style from the stream.
(Overrides StiBaseStyleLoad(Stream).) |
| LoadFromJsonObject | (Overrides StiBaseStyleLoadFromJsonObject(JObject).) |
| LoadFromString |
Loads the style from the string.
(Inherited from StiBaseStyle.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| PackService | (Inherited from StiService.) |
| Save(String) |
Saves the style in the file.
(Inherited from StiBaseStyle.) |
| Save(Stream) |
Saves the style in the stream.
(Overrides StiBaseStyleSave(Stream).) |
| SaveToJsonObject | (Overrides StiBaseStyleSaveToJsonObject(StiJsonSaveMode).) |
| SaveToString |
Saves the style to the string.
(Inherited from StiBaseStyle.) |
| SetStyleToComponent |
Sets style to a component.
(Overrides StiBaseStyleSetStyleToComponent(StiComponent).) |
| ToString |
Returns string representation of the style.
(Inherited from StiBaseStyle.) |
TopSee Also