Share via


Style.TextBasedOn Property

Visio Automation Reference

Gets or sets the text style on which a Style object is based. Read/write.

Version Information
 Version Added:  Visio 4.0

Syntax

expression.TextBasedOn

expression   A variable that represents a Style object.

Return Value
String

Remarks

To base a style on no style, set the TextBasedOn property to a zero-length string ("").

See Also