Share via


BasedOn Property [Visio 2003 SDK Documentation]

Gets or sets the style on which a Style object is based.

strVal = object**.BasedOn**

object**.BasedOn** = styleName

strVal     String. The name of the current style.

object     Required. An expression that returns a Style object.

styleName     Required String. The name of the new style.

Version added

4.0

Remarks

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

Applies to | Style object

See Also | FillBasedOn property | LineBasedOn property | TextBasedOn property