Nevron .NET Vision
Nevron.UI Namespace / NVisualElement Class / DefaultOpacity Property


In This Topic
    DefaultOpacity Property (NVisualElement)
    In This Topic
    Gets the default element's opacity.
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property DefaultOpacity As System.Byte
    'Usage
     
    
    Dim instance As NVisualElement
    Dim value As System.Byte
     
    value = instance.DefaultOpacity
    protected virtual System.byte DefaultOpacity {get;}
    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