Table of Contents

Method BasedOn

Namespace
DocWright.Composition
Assembly
DocWright.Composition.dll

BasedOn(string)

Sets the style this one inherits from.

IStyleComposer BasedOn(string styleId)

Parameters

styleId string

The base style's id.

Returns

IStyleComposer

This composer, for chaining.

Exceptions

ArgumentNullException

styleId is null.