The StiBaseStyle type exposes the following members.
Methods
| Name | Description |
---|
 | Clone | (Overrides StiServiceClone.) |
 | DrawBox(Graphics, Rectangle, Boolean, Boolean) | |
  | DrawBox(Graphics, Rectangle, StiBaseStyle, Boolean, Boolean) | |
 | DrawStyle(Graphics, Rectangle, Boolean, Boolean) | |
 | DrawStyle(Graphics, Rectangle, DrawItemState, Boolean, Boolean) |
Drawes the style on the specified graphics context.
|
  | DrawStyle(Graphics, Rectangle, StiBaseStyle, DrawItemState, Boolean, Boolean) | |
 | DrawStyleImage | |
 | Equals(Object) | (Overrides ObjectEquals(Object).) |
 | Equals(Object, Boolean, Boolean) | |
 | 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 | |
 | GetHashCode | (Overrides ObjectGetHashCode.) |
 | GetProperties | |
  | GetStyle(StiComponent) | |
  | GetStyle(StiComponent, StiStyleElements) | |
 | GetStyleFromComponent |
Gets the style from the component.
|
 | GetStyleFromComponents |
Gets a style from the components.
|
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | IsPropertiesInitializedProtected | (Inherited from StiService.) |
 | IsPropertyPresent | (Inherited from StiService.) |
 | Load(Stream) |
Loads the style from the stream.
|
 | Load(String) |
Loads the style from a file.
|
 | LoadFromJsonObject | |
 | LoadFromString |
Loads the style from the string.
|
  | LoadStyleFromString |
Loads the style from the string.
|
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | PackService | (Inherited from StiService.) |
 | Save(Stream) |
Saves the style in the stream.
|
 | Save(String) |
Saves the style in the file.
|
 | SaveToJsonObject | |
 | SaveToString |
Saves the style to the string.
|
 | SetStyleToComponent |
Sets style to the component.
|
 | ToString |
Returns string representation of the style.
(Overrides ObjectToString.) |
Top
See Also