Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / FormatControlCommand Class / Display3DShading Property


In This Topic
    Display3DShading Property
    In This Topic
    Gets or sets a value indicating whether the control display with 3D-shading effect.
    Syntax
    'Declaration
     
    
    Public Property Display3DShading As Nullable(Of Boolean)
    'Usage
     
    
    Dim instance As FormatControlCommand
    Dim value As Nullable(Of Boolean)
     
    instance.Display3DShading = value
     
    value = instance.Display3DShading
    public Nullable<bool> Display3DShading {get; set;}
    See Also