'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether the panel will use the provided skin entry for its body or will visualize itself using the fill, stroke and shadow settings.")> Public Property UseBodySkinning As System.Boolean
'Usage
Dim instance As NGalleryPanel Dim value As System.Boolean instance.UseBodySkinning = value value = instance.UseBodySkinning
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether the panel will use the provided skin entry for its body or will visualize itself using the fill, stroke and shadow settings.")] public System.bool UseBodySkinning {get; set;}