Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NSkinState Class / TextShadow Property


In This Topic
    TextShadow Property (NSkinState)
    In This Topic
    Determines whether the text will have a shadow in this state.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Determines whether the text will have a shadow in this state.")>
    Public Property TextShadow As System.Boolean
    'Usage
     
    
    Dim instance As NSkinState
    Dim value As System.Boolean
     
    instance.TextShadow = value
     
    value = instance.TextShadow
    [System.ComponentModel.Description("Determines whether the text will have a shadow in this state.")]
    public System.bool TextShadow {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