[]
Represents a DefaultSubItemInfo class used to define default values for the SubItemInfo class.
[TypeConverter(typeof(DefaultSubItemInfoConverter))]
public class DefaultSubItemInfo : ISerializable, ISerializeSupport
<TypeConverter(GetType(DefaultSubItemInfoConverter))>
Public Class DefaultSubItemInfo
Implements ISerializable, ISerializeSupport
Name | Description |
---|---|
DefaultSubItemInfo() | Initializes a new instance of the DefaultSubItemInfo class. |
DefaultSubItemInfo(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
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. |
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. |