Specifies that text within this textbox is converted text from WordArt object.
Syntax
'Declaration
Public Property FromWordArt As Boolean
'Usage
Dim instance As RichText
Dim value As Boolean
instance.FromWordArt = value
value = instance.FromWordArt
public bool FromWordArt {get; set;}
See Also