Click or drag to resize

ContainerStyleProvider Property

Gets or sets the style provider for this container.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public IStyleProvider StyleProvider { get; set; }

Property Value

Type: IStyleProvider
The style provider.
Remarks
The style provider is used to style this container and its children.
See Also