Skip to main content

OptionsItemTextGroup Members

Contains options that specify how the text regions of layout items, displayed within a specific group, are rendered.

Constructors

Name Description
OptionsItemTextGroup(LayoutGroup) Initializes a new instance of the OptionsItemTextGroup class with default settings.

Properties

Name Description
AlignControlsWithHiddenText Gets or sets whether controls with hidden text must be aligned when the local horizontal alignment of controls within the group is enabled.
TextAlignMode Gets or sets the alignment settings of the controls displayed in the current group.
TextToControlDistance Gets or sets the distance between text regions and controls for the current group’s layout items.

Methods

Name Description
Dispose() Disposes of 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.
ToString() Returns a string representing the current object.
See Also