IStyleable Interface
Obsolete.
This interface may be removed in 12.0. Use StyledElement, or override StyledElement.StyleKeyOverride to override the StyleKey for a class.
Interface for styleable elements.
Definition
Namespace: Avalonia.Styling
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
[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
<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
Inherits INamed
[<ObsoleteAttribute("This interface may be removed in 12.0. Use StyledElement, or override StyledElement.StyleKeyOverride to override the StyleKey for a class.")>]
type IStyleable =
interface
interface INamed
end
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. |