'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets a value whether to ask the parent element for its theme or not.")> Public Property ComposeTheme As System.Boolean
'Usage
Dim instance As NThemableElement Dim value As System.Boolean instance.ComposeTheme = value value = instance.ComposeTheme
[System.ComponentModel.Description("Gets/sets a value whether to ask the parent element for its theme or not.")] public System.bool ComposeTheme {get; set;}