Click or drag to resize

IStyleProviderInherit Property

Gets a value indicating whether this IStyleProvider allows inheriting styles from the parent object.

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
bool Inherit { get; }

Property Value

Type: Boolean
true to inherit parent styles; otherwise, false.
Remarks
This is used when applying cascading styles, sometimes the user or the provider will not want parent styles to be applicable.
See Also