[]
Skin of status bar
public class StatusBarSkin : ISerializeSupport, IDisposable
Public Class StatusBarSkin
Implements ISerializeSupport, IDisposable
Name | Description |
---|---|
StatusBarSkin() | Instantiate a StatusBarSkin object. |
StatusBarSkin(StatusBarSkin) | Instantiate a StatusBarSkin object from a source object. |
StatusBarSkin(string, Color, Color, Color, Color, Color, Color, Font) | Instantiate a StatusBarSkin object. |
Name | Description |
---|---|
BackColor | Gets or sets back color of status bar |
Font | Gets or sets font of text in status bar |
ForeColor | Gets or sets fore color of status bar |
Name | Gets or sets name of skin |
ZoomButtonHoverColor | Gets or sets zoom level button color when hovering |
ZoomSliderColor | Gets or sets color of zoom level button |
ZoomSliderHoverColor | Gets or sets Color of zoom slider button when hovering |
ZoomSliderTrackColor | Gets or sets Color of track of zoom slider color in status bar |
Name | Description |
---|---|
Deserialize(XmlNodeReader) | Loads the object from XML. |
Dispose() | Dispose skin |
Serialize(XmlTextWriter) | Saves the object to XML. |
Name | Description |
---|---|
OnStatusBarSkinChanged | Occurs when status bar skin is changed |