Interface IConfigurationProvider
Defines the contract for objects that can provide access to configuration.
Namespace: SixLabors.ImageSharp.Advanced
Assembly: SixLabors.ImageSharp.dll
Syntax
public interface IConfigurationProvider
Properties
| Edit this page View SourceConfiguration
Gets the configuration which allows altering default behaviour or extending the library.
Declaration
Configuration Configuration { get; }
Property Value
Type | Description |
---|---|
Configuration |