[]
Represents a DefaultSubItem class to define default value for the SubItem.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class DefaultSubItem
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class DefaultSubItem
Name | Description |
---|---|
DefaultSubItem() | Initializes a new instance of the DefaultSubItem class. |
Name | Description |
---|---|
ContentAlignment | Gets or sets a ContentAlignment value indicates the alignment of the content. |
Ellipsis | Gets or sets a bool value indicates whether use ellipsis when there isn't enough place to draw the content. |
Padding | Gets or sets a Padding value indicates the distance between the content and the boundary of the SubItem. |
WordWrap | Gets or sets a bool value indicates whether the content can be wrapped. |
Name | Description |
---|---|
ResetContentAlignment() | Resets the ContentAlignment. |
ResetEllipsis() | Resets the Ellipsis. |
ResetPadding() | Resets the Padding. |
ResetWordWrap() | Resets the WordWrap. |
ShouldSerializeContentAlignment() | Should serialize ContentAlignment. |
ShouldSerializeEllipsis() | Should serialize Ellipsis. |
ShouldSerializePadding() | Should serialize Padding. |
ShouldSerializeWordWrap() | Should serialize WordWrap. |