[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo

CharBoxBorderInfo Class

Represents the border of the char box.

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

Constructors

Name Description
CharBoxBorderInfo()

Initializes a new instance of the CharBoxBorderInfo class.

CharBoxBorderInfo(Line)

Initializes a new instance of the CharBoxBorderInfo class.

CharBoxBorderInfo(Line, Line, Line, Line)

Initializes a new instance of the CharBoxBorderInfo class.

CharBoxBorderInfo(Color, LineStyle)

Initializes a new instance of the CharBoxBorderInfo class.

CharBoxBorderInfo(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

Properties

Name Description
Bottom

Gets or sets the bottom border line.

Left

Gets or sets the left border line.

Right

Gets or sets the right border line.

Top

Gets or sets the top border line.

Methods

Name Description
Equals(object)

Determines whether two object instances equals or not.

GetHashCode()

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

GetObjectData(SerializationInfo, StreamingContext)

Gets the object data.

ResetAll()

Reset all borders of the char box

ResetBottom()

Reset bottom border of the char box

ResetLeft()

Reset left border of the char box

ResetRight()

Reset right border of the char box

ResetTop()

Reset top border of the char box

SetAllLines(LineStyle)

Sets the LineStyle settings to all lines.

SetAllLines(Color)

Sets the Color settings to all lines.

SetAllLines(Color, LineStyle)

Sets the Color and LineStyle settings to all lines.

ShouldSerializeAll()

Indicates whether the All property should be persisted.

ShouldSerializeBottom()

Indicates whether the Bottom property should be persisted.

ShouldSerializeLeft()

Indicates whether the Left property should be persisted.

ShouldSerializeRight()

Indicates whether the Right property should be persisted.

ShouldSerializeTop()

Indicates whether the Top property should be persisted.