Skip to main content

IStyledPropertyMetadata Interface

Definition

Namespace:Avalonia
Assembly:Avalonia.Base
Package:Avalonia
public interface IStyledPropertyMetadata

Properties

NameDescription
DefaultValueGets the default value for the property.

DefaultValue Property

Gets the default value for the property.

public object DefaultValue { get; set; }