BrickStringFormat Methods
Encapsulates text layout information (such as alignment, orientation and tab stops) and display manipulations (such as ellipsis insertion and national digit substitution).| 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