LineBasedOn property

LineBasedOn property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

See also         Example         Applies to

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

Version added

4.0

Syntax

        
          strVal = object.LineBasedOn
      
        
          object
          .LineBasedOn = styleName
      

strVal

String. The name of the current based-on line style.

object

Required. An expression that returns a Style object.

styleName

Required String. The name of the new based-on line style.

Remarks

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