IFormatSchemeEffectiveData

IFormatSchemeEffectiveData interface

Immutable object which contains effective format scheme properties.

public interface IFormatSchemeEffectiveData

Methods

NameDescription
GetBackgroundFillStyles(Color)Returns a collection of theme defined background fill styles.
GetEffectStyles(Color)Returns a collection of theme defined effect styles.
GetFillStyles(Color)Returns a collection of theme defined fill styles.
GetLineStyles(Color)Returns a collection of theme defined line styles.

Remarks

This interface is used as a part of IThemeEffectiveData.

See Also