'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether this instance will use the global template provided by the NUIManager.")> Public Property UseGlobalTemplate As System.Boolean
'Usage
Dim instance As NForm Dim value As System.Boolean instance.UseGlobalTemplate = value value = instance.UseGlobalTemplate
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value indicating whether this instance will use the global template provided by the NUIManager.")] public System.bool UseGlobalTemplate {get; set;}