IStyleInstance Interface

Summary

Represents a style that has been instanced on a control.
Namespace
Avalonia.Styling
Interfaces
  • IDisposable
graph BT Type-.->Interface0["IDisposable"] Type["IStyleInstance"] class Type type-node

Syntax

public interface IStyleInstance : IDisposable

Properties

Name Value Summary
IsActive bool
Gets a value indicating whether this style is active.
Source IStyle
Gets the source style.

Methods

Name Value Summary
Start() void
Instructs the style to start acting upon the control.