Skip to main content

BrickStringFormat Members

Encapsulates text layout information (such as alignment, orientation and tab stops) and display manipulations (such as ellipsis insertion and national digit substitution).

Constructors

Name Description
BrickStringFormat() Initializes a new instance of the BrickStringFormat class with the default settings.
BrickStringFormat(DXStringAlignment, DXStringAlignment, DXStringFormatFlags, DXHotkeyPrefix, DXStringTrimming, BrickStringFormatPrototypeKind) Initializes a new instance of the BrickStringFormat class with specified settings.
BrickStringFormat(DXStringAlignment, DXStringAlignment) Initializes a new instance of the BrickStringFormat class with specified settings.
BrickStringFormat(DXStringAlignment) Initializes a new instance of the BrickStringFormat class with specified settings.
BrickStringFormat(DXStringFormat) Initializes a new instance of the BrickStringFormat class with specified settings.
BrickStringFormat(DXStringFormatFlags, DXStringAlignment, DXStringAlignment, DXStringTrimming, BrickStringFormatPrototypeKind) Initializes a new instance of the BrickStringFormat class with specified settings.
BrickStringFormat(DXStringFormatFlags, DXStringAlignment, DXStringAlignment, DXStringTrimming) Initializes a new instance of the BrickStringFormat class with specified settings.
BrickStringFormat(DXStringFormatFlags, DXStringAlignment, DXStringAlignment) Initializes a new instance of the BrickStringFormat class with specified settings.
BrickStringFormat(DXStringFormatFlags) Initializes a new instance of the BrickStringFormat class with specified settings.
BrickStringFormat(BrickStringFormat, DXStringAlignment, DXStringAlignment) Initializes a new instance of the BrickStringFormat class with specified settings.
BrickStringFormat(BrickStringFormat, DXStringFormatFlags, BrickStringFormatPrototypeKind) Initializes a new instance of the BrickStringFormat class with specified settings.
BrickStringFormat(BrickStringFormat, DXStringFormatFlags) Initializes a new instance of the BrickStringFormat class with specified settings.
BrickStringFormat(BrickStringFormat, DXStringTrimming) Initializes a new instance of the BrickStringFormat class with specified settings.
BrickStringFormat(BrickStringFormat) Initializes a new instance of the BrickStringFormat class with the values of the specified source brick string format.

Properties

Name Description
Alignment Gets or sets text alignment information.
FormatFlags Gets or sets a StringFormatFlags enumeration that contains formatting information.
HotkeyPrefix Gets the HotkeyPrefix object for BrickStringFormat .
LineAlignment Gets the line alignment.
PrototypeKind Gets a prototype string format for the current string format.
RightToLeft Gets a value indicating whether or not the right-to-left orientation is used.
Trimming Gets text trimming mode.
Value Gets the StringFormat instance representing current text formatting.
WordWrap Gets a value, specifying whether or not word-wrapping is available for the brick’s text.

Methods

Name Description
ChangeAlignment(DXStringAlignment, DXStringAlignment) Changes the horizontal and vertical alignment of BrickStringFormat.
ChangeAlignment(DXStringAlignment) Changes the alignment of BrickStringFormat.
ChangeAlignment(HorzAlignment, VertAlignment) Changes the horizontal and vertical alignment of BrickStringFormat.
ChangeAlignment(TextAlignment) Changes the alignment of BrickStringFormat.
ChangeFormatFlags(DXStringFormatFlags) Changes the text layout and display behavior of the brick string format.
ChangeLineAlignment(DXStringAlignment) Changes the line alignment of BrickStringFormat.
Clone() Creates an exact copy of the BrickStringFormat object.
Create(TextAlignment, DXStringFormatFlags, DXStringTrimming) static Creates BrickStringFormat with the specified alignment, layout, and trimming behavior.
Create(TextAlignment, Boolean, DXStringTrimming, Boolean) static Creates BrickStringFormat with the specified alignment, word wrapping, trimming, and text direction.
Create(TextAlignment, Boolean) static Creates a new instance of the BrickStringFormat class with the specified settings.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether or not the specified object is equal to the current BrickStringFormat instance.
GetHashCode() Serves as the default hash function.
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 that represents the current object. Inherited from Object.
See Also