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 ReadOnly Property Inherit As Boolean
Get
abstract Inherit : bool with get
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