Property wpfBuilder.Last2
Overload
Gets the child or descendant element added in current panel before adding wpfBuilder.Last. Can be null
.
public FrameworkElement Last2 { get; }
Property Value
Remarks
For example, after calling the Add overload that adds 2 elements (the first is Label), this property returns the Label.