'Declaration <DefaultValueAttribute("")> Public Overridable Property Child As UIElement
'Usage Dim instance As PileFlowCard Dim value As UIElement instance.Child = value value = instance.Child
[DefaultValue("")] public virtual UIElement Child {get; set;}