Skip to main content

IStyle Interface

Definition

Assembly:Avalonia.Base
Package:Avalonia

Defines the interface for styles.

public interface IStyle
Implements:IResourceNode

Properties

NameDescription
ChildrenGets a collection of child styles.

Children Property

Gets a collection of child styles.

public System.Collections.Generic.IReadOnlyList<Avalonia.Styling.IStyle> Children { get; set; }