C1.Win.4.8 Assembly / C1.Framework Namespace / Style Class


Style Class Methods

For a list of all members of this type, see Style members.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Returns new System.Drawing.SolidBrush if specified color is not System.Drawing.Color.Transparent or null otherwise.  
Public MethodCreates an instance of the Style class that is identical to the current Style (except for the Locked property, which is always false for clones).  
Public Methodstatic (Shared in Visual Basic)Returns System.Drawing.SolidBrush.Color if specified brush is a System.Drawing.SolidBrush or System.Drawing.Color.Transparent otherwise.  
Public MethodCopies all attributes from another Style object.  
Public MethodOverloaded. Deflates the specified System.Drawing.Rectangle by the values of the current Style margins, padding and border.  
Public MethodDeflates the specified height by the values of the current Style margins, padding and border.  
Public MethodDeflates the specified width by the values of the current Style margins, padding and border.  
Public MethodReleases all resources.  
Public MethodConverts value to string according to Format property value.  
Public MethodGets whether this style or any of its sub-styles has a shadow.  
Public MethodOverloaded. Inflates the specified System.Drawing.Rectangle by the values of the current Style margins, padding and border.  
Public MethodInflates the specified height by the values of the current Style margins, padding and border.  
Public MethodInflates the specified width by the values of the current Style margins, padding and border.  
Public MethodCopies attributes set to non-default values from another Style object.  
Top
Protected Methods
 NameDescription
Protected MethodRaises the StyleChanged event.  
Top
See Also