Table of Contents

Interface IConfigurationProvider

Namespace
SixLabors.ImageSharp.Advanced
Assembly
SixLabors.ImageSharp.dll

Defines the contract for objects that can provide access to configuration.

public interface IConfigurationProvider

Properties

Configuration

Gets the configuration which allows altering default behaviour or extending the library.

Configuration Configuration { get; }

Property Value

Configuration