Nevron.UI.WinForm.Controls Namespace / NGalleryPanel Class / UseBodySkinning Property


In This Topic
    UseBodySkinning Property
    In This Topic
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also