'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the tooltip will use the current skinning logic.")> Public Property EnableSkinning As System.Boolean
'Usage
Dim instance As NTooltipInfo Dim value As System.Boolean instance.EnableSkinning = value value = instance.EnableSkinning
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value indicating whether the tooltip will use the current skinning logic.")] public System.bool EnableSkinning {get; set;}