Table of Contents

Interface IStyledPropertyMetadata

Namespace
Avalonia
Assembly
Avalonia.Base.dll

Untyped interface to StyledPropertyMetadata<TValue>

[NotClientImplementable]
public interface IStyledPropertyMetadata

Properties

DefaultValue

Gets the default value for the property.

object? DefaultValue { get; }

Property Value

object