IStyle Interface
Not client implementable.
Note: This interface is not client implementable. You need to enable PrivateApi if you want to implement this interface.
Defines the interface for styles.
Definition
Namespace: Avalonia.Styling
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
[NotClientImplementableAttribute]
public interface IStyle : IResourceNode
<NotClientImplementableAttribute>
Public Interface IStyle
Inherits IResourceNode
[<NotClientImplementableAttribute>]
type IStyle =
interface
interface IResourceNode
end
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) |