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; }
<DefaultValueAttribute(true)>
Public Property Inherit As Boolean
Get
Set
[<DefaultValueAttribute(true)>]
member Inherit : bool with get, set
Property Value
Type:
Booleantrue 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