'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether the panel will use the current skin to render its child elements.")> Public Property EnableSkinning As System.Boolean
'Usage
Dim instance As NScrollableUIElementHost Dim value As System.Boolean instance.EnableSkinning = value value = instance.EnableSkinning
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether the panel will use the current skin to render its child elements.")] public System.bool EnableSkinning {get; set;}