Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / ShowShadows Property


In This Topic
    ShowShadows Property
    In This Topic
    Gets or sets whether to print the header shadows.
    Syntax
    'Declaration
     
    
    Public Property ShowShadows As Boolean
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As Boolean
     
    instance.ShowShadows = value
     
    value = instance.ShowShadows
    public bool ShowShadows {get; set;}
    See Also