[]
        
(Showing Draft Content)

FarPoint.Win.Spread.StyleInfo.Compose

Compose Method

Compose(StyleInfo)

Composes style settings using the current style settings and those of a specified object.

Declaration
public virtual void Compose(StyleInfo source)
Public Overridable Sub Compose(source As StyleInfo)
Parameters
Type Name Description
StyleInfo source

Source object from which to get style settings

Compose(StyleInfo, bool)

Composes style settings using the current style settings and those of a specified object with an option to overwrite the current style settings.

Declaration
public virtual void Compose(StyleInfo source, bool merge)
Public Overridable Sub Compose(source As StyleInfo, merge As Boolean)
Parameters
Type Name Description
StyleInfo source

Source object from which to get style settings

bool merge

Whether to overwrite the current settings with the settings from the source object