Click or drag to resize

DefaultStyleProviderInherit Property

Gets or sets a value indicating whether this DefaultStyleProvider allows inheriting styles from the parent object.

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[DefaultValueAttribute(true)]
public bool Inherit { get; set; }

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