[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Style

Style Class

Represents a Style class.

Inheritance
Style
Implements
Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
[TypeConverter(typeof(StyleConverter))]
public class Style : ICloneable
<TypeConverter(GetType(StyleConverter))>
Public Class Style
    Implements ICloneable

Constructors

Name Description
Style()

Initializes a new instance of the Style class.

Style(Color, Bevel, Color, BorderStyle, Font, TextEffect, Color, ContentAlignment)

Initializes a new instance of the Style class.

Style(Color, Color)

Initializes a new instance of the Style class with the specified initialization properties.

Properties

Name Description
BackColor

Gets or sets the color of the background.

Bevel

Gets or sets the bevel effect.

BorderColor

Gets or sets the color of the border.

BorderStyle

Gets or sets the border style.

ContentAlignment

Gets or sets the content alignment of the text .

Font

Gets or sets the font of the Style.

ForeColor

Gets or sets the color of the foreground.

TextEffect

Gets or sets the text effect.

Methods

Name Description
Clone()

Creates an exact copy of this Style object.

Equals(object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as a hash function for a particular type.