IStyleable Interface

Note: This API is now obsolete.
Interface for styleable elements.

Definition

Namespace: Avalonia.Styling
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[ObsoleteAttribute("This interface may be removed in 12.0. Use StyledElement, or override StyledElement.StyleKeyOverride to override the StyleKey for a class.")]
public interface IStyleable : INamed
Implements
INamed

Properties

Classes Gets the list of classes for the control.
Name Gets the element name.
(Inherited from INamed)
StyleKey Gets the type by which the control is styled.
Obsolete.
TemplatedParent Gets the template parent of this element if the control comes from a template.

See Also