BrickStringFormat Constructors
Encapsulates text layout information (such as alignment, orientation and tab stops) and display manipulations (such as ellipsis insertion and national digit substitution).Name | Parameters | Description |
---|---|---|
BrickStringFormat() | none | Initializes a new instance of the BrickStringFormat class with the default settings. |
BrickStringFormat(DXStringAlignment, DXStringAlignment, DXStringFormatFlags, DXHotkeyPrefix, DXStringTrimming, DXStringFormatPrototypeKind) | alignment, lineAlignment, formatFlags, hotkeyPrefix, trimming, prototypeKind | Initializes a new instance of the BrickStringFormat class with specified settings. |
BrickStringFormat(DXStringFormat) | source | Initializes a new instance of the BrickStringFormat class with specified settings. |
BrickStringFormat(BrickStringFormat, StringAlignment, StringAlignment) | source, alignment, lineAlignment | Initializes a new instance of the BrickStringFormat class with the values of the specified source brick string format. It also uses the specified text and line alignment settings. |
BrickStringFormat(BrickStringFormat, StringFormatFlags, BrickStringFormatPrototypeKind) | source, options, prototypeKind | Initializes a new instance of the BrickStringFormat class with specified settings. |
BrickStringFormat(BrickStringFormat, StringFormatFlags) | source, options | Initializes a new instance of the BrickStringFormat class with the values of the specified source brick string format. It also uses the specified formatting settings. |
BrickStringFormat(BrickStringFormat, StringTrimming) | source, trimming | Initializes a new instance of the BrickStringFormat class with the values of the specified source brick string format. It also uses the specified trimming settings. |
BrickStringFormat(BrickStringFormat) | source | Initializes a new instance of the BrickStringFormat class with the values of the specified source brick string format. |
BrickStringFormat(StringAlignment, StringAlignment, StringFormatFlags, HotkeyPrefix, StringTrimming, BrickStringFormatPrototypeKind) | alignment, lineAlignment, formatFlags, hotkeyPrefix, trimming, prototypeKind | Initializes a new instance of the BrickStringFormat class with specified settings. |
BrickStringFormat(StringAlignment, StringAlignment) | alignment, lineAlignment | Initializes a new instance of the BrickStringFormat class with the specified text and line alignment. |
BrickStringFormat(StringAlignment) | alignment | Initializes a new instance of the BrickStringFormat class with the specified string alignment. |
BrickStringFormat(StringFormat) | source | Initializes a new instance of the BrickStringFormat class with the specified source. |
BrickStringFormat(StringFormatFlags, StringAlignment, StringAlignment, StringTrimming, BrickStringFormatPrototypeKind) | options, alignment, lineAlignment, trimming, prototypeKind | Initializes a new instance of the BrickStringFormat class with specified settings. |
BrickStringFormat(StringFormatFlags, StringAlignment, StringAlignment, StringTrimming) | options, alignment, lineAlignment, trimming | Initializes a new instance of the BrickStringFormat class with the specified settings. |
BrickStringFormat(StringFormatFlags, StringAlignment, StringAlignment) | options, alignment, lineAlignment | Initializes a new instance of the BrickStringFormat class with the specified formatting information, text and line alignment settings. |
BrickStringFormat(StringFormatFlags) | options | Initializes a new instance of the BrickStringFormat class with the specified formatting information. |
See Also