Specifies the centering of the text box.
Syntax
'Declaration
Public Property IsTextBoxAnchorCenter As Boolean
'Usage
Dim instance As RichText
Dim value As Boolean
instance.IsTextBoxAnchorCenter = value
value = instance.IsTextBoxAnchorCenter
public bool IsTextBoxAnchorCenter {get; set;}
See Also