Class ComputedStyleExtraFields
public sealed record ComputedStyleExtraFields : IEquatable<ComputedStyleExtraFields>
- Inheritance
-
ComputedStyleExtraFields
- Implements
- Inherited Members
Constructors
ComputedStyleExtraFields(bool)
public ComputedStyleExtraFields(bool IsAppearanceBase)
Parameters
IsAppearanceBaseboolReturns whether or not this node is being rendered with base appearance, which happens when it has its appearance property set to base/base-select or it is in the subtree of an element being rendered with base appearance.
Properties
IsAppearanceBase
Returns whether or not this node is being rendered with base appearance, which happens when it has its appearance property set to base/base-select or it is in the subtree of an element being rendered with base appearance.
public bool IsAppearanceBase { get; init; }