[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DefaultSubItemInfo

DefaultSubItemInfo Class

Represents a DefaultSubItemInfo class used to define default values for the SubItemInfo class.

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

Constructors

Name Description
DefaultSubItemInfo()

Initializes a new instance of the DefaultSubItemInfo class.

DefaultSubItemInfo(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

Properties

Name Description
ContentAlignment

Gets or sets a ContentAlignment value that indicates the alignment of the content.

Ellipsis

Gets or sets whether to use an ellipsis when there is not enough space to draw the content.

Padding

Gets or sets a Padding value that indicates the distance between the content and the boundary of the SubItemInfo object.

WordWrap

Gets or sets whether the content can be wrapped.

Methods

Name Description
Deserialize(XmlNodeReader)

Loads the object from XML.

GetObjectData(SerializationInfo, StreamingContext)

Gets the object data.

ResetContentAlignment()

Resets the ContentAlignment setting.

ResetEllipsis()

Resets the Ellipsis setting.

ResetPadding()

Resets the Padding setting.

ResetWordWrap()

Resets the WordWrap setting.

Serialize(XmlTextWriter)

Saves the object to XML.

ShouldSerializeContentAlignment()

Specifies whether ContentAlignment should be serialized.

ShouldSerializeEllipsis()

Specifies whether Ellipsis should be serialized.

ShouldSerializePadding()

Specifies whether Padding should be serialized.

ShouldSerializeWordWrap()

Specifies whether WordWrap should be serialized.