Name | Description | |
---|---|---|
BrushFromColor | Returns new System.Drawing.SolidBrush if specified color is not System.Drawing.Color.Transparent or null otherwise. | |
Clone | Creates an instance of the Style class that is identical to the current Style (except for the Locked property, which is always false for clones). | |
ColorFromBrush | Returns System.Drawing.SolidBrush.Color if specified brush is a System.Drawing.SolidBrush or System.Drawing.Color.Transparent otherwise. | |
Copy | Copies all attributes from another Style object. | |
Deflate | Overloaded. Deflates the specified System.Drawing.Rectangle by the values of the current Style margins, padding and border. | |
DeflateHeight | Deflates the specified height by the values of the current Style margins, padding and border. | |
DeflateWidth | Deflates the specified width by the values of the current Style margins, padding and border. | |
Dispose | Releases all resources. | |
FormatValue | Converts value to string according to Format property value. | |
HasShadow | Gets whether this style or any of its sub-styles has a shadow. | |
Inflate | Overloaded. Inflates the specified System.Drawing.Rectangle by the values of the current Style margins, padding and border. | |
InflateHeight | Inflates the specified height by the values of the current Style margins, padding and border. | |
InflateWidth | Inflates the specified width by the values of the current Style margins, padding and border. | |
Merge | Copies attributes set to non-default values from another Style object. |