OptionsItemText Members
Contains default options that specify how the text regions of layout items displayed within the LayoutControl are rendered.Constructors
Name | Description |
---|---|
OptionsItemText(ILayoutControl) | Initializes a new instance of the OptionsItemText class. |
Properties
Name | Description |
---|---|
AlignControlsWithHiddenText | Gets or sets whether controls with hidden text must be aligned when the control horizontal alignment is enabled. |
AutoAlignMode | Obsolete. Specifies the alignment options. |
EnableAutoAlignment | Obsolete. Gets or sets whether the automatic alignment of controls is enabled. |
TextAlignMode | Gets or sets the alignment settings of the controls which are displayed in the LayoutControl. |
TextOptions | Obsolete. Gets options that specify how text is rendered. |
TextToControlDistance | Gets or sets the default distance between the text regions of layout items and the corresponding controls. |
Methods
Name | Description |
---|---|
Dispose() | Releases all resources used by the current object. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
See Also