IStyle Interface

Defines the interface for styles.

Definition

Namespace: Avalonia.Styling
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[NotClientImplementableAttribute]
public interface IStyle : IResourceNode
Implements
IResourceNode

Properties

Children Gets a collection of child styles.
HasResources Gets a value indicating whether the object has resources.
(Inherited from IResourceNode)

Methods

TryGetResource(Object, ThemeVariant, Object) Tries to find a resource within the object.
(Inherited from IResourceNode)

See Also