public Element FindElement( string name )
Public Function FindElement( _ ByVal name As String _ ) As Element
//Find a layout element. The example below is referencing an existing text element. TextElement txtElm = layout.FindElement("Text") as TextElement;
Target Platforms: Windows 11, Windows 10, Windows 8.1
Layout Class Layout Members