Gets
'Declaration Public ReadOnly Property Parent As Object
'Declaration
Public ReadOnly Property Parent As Object
'Usage Dim instance As Theme Dim value As Object value = instance.Parent
'Usage
Dim instance As Theme Dim value As Object value = instance.Parent
public object Parent {get;}
private Theme theme; private IUtsTerminal terminal; //Get the theme parent. terminal = theme.Parent;
Theme Class Theme Members