Interface ISettings
Interface for platform settings
Namespace: Forms9Patch
Assembly: Forms9Patch.dll
Syntax
public interface ISettings
Properties
IncludedAssemblies
Needed by UWP implemenation to assure Xamarin.Forms works AND EmbeddedResource loading works
Declaration
List<Assembly> IncludedAssemblies { get; }
Property Value
Type | Description |
---|---|
List<Assembly> |
Methods
LazyInit()
Lazy initializes the Forms9Patch native code for use by Xamarin Previewer
Declaration
void LazyInit()