Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NDrawingView Class / DocumentShadow Property


In This Topic
    DocumentShadow Property
    In This Topic
    Gets/sets the document shadow
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the document shadow")>
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NShadowStyleTypeEditor, System.Drawing.Design.UITypeEditor)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public Property DocumentShadow As NShadowStyle
    'Usage
     
    
    Dim instance As NDrawingView
    Dim value As NShadowStyle
     
    instance.DocumentShadow = value
     
    value = instance.DocumentShadow
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.Description("Gets/sets the document shadow")]
    [System.ComponentModel.Editor(Nevron.Editors.NShadowStyleTypeEditor, System.Drawing.Design.UITypeEditor)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public NShadowStyle DocumentShadow {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