'Declaration Public Function New( _
ByVal wrapTextA value indicating whether text allows to wrap words.As TextHorizontalAlign, _
ByVal horizontalAlignThe text horizontal align.As TextVerticalAlign, _
ByVal verticalAlignThe text vertical align.As Boolean, _
ByVal indentThe text indent.As System.Int32 _
)
public TextProperties(
TextHorizontalAlign wrapText,
TextVerticalAlign horizontalAlign,
bool verticalAlign,
System.Int32 indent
)
public: TextProperties(
TextHorizontalAlign wrapText,
TextVerticalAlign horizontalAlign,
bool verticalAlign,
System.Int32 indent
)
public:
TextProperties(
TextHorizontalAlign wrapText,
TextVerticalAlign horizontalAlign,
bool verticalAlign,
System.Int32 indent
)
Parameters
- wrapText
- A value indicating whether text allows to wrap words.
- horizontalAlign
- The text horizontal align.
- verticalAlign
- The text vertical align.
- indent
- The text indent.