Skip to main content
A newer version of this page is available. .

BrickStringFormat.Create Method

Name Parameters Description
Create(TextAlignment, Boolean, StringTrimming, Boolean) static textAlignment, wordWrap, trimming, rightToLeft Creates a BrickStringFormat instance with the specified settings.
Create(TextAlignment, Boolean, StringTrimming) static textAlignment, wordWrap, trimming Creates a new instance of the BrickStringFormat class with the specified settings.
Create(TextAlignment, Boolean) static textAlignment, wordWrap Creates a new instance of the BrickStringFormat class with the specified settings.
Create(TextAlignment, StringFormatFlags, StringTrimming) static textAlignment, formatFlags, trimming Creates a new instance of the BrickStringFormat class with the specified settings.