Spread WPF 18
GrapeCity.Spreadsheet.FormControls Namespace / IFormControl Interface / 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
     
    Property Display3DShading As Boolean
    'Usage
     
    Dim instance As IFormControl
    Dim value As Boolean
     
    instance.Display3DShading = value
     
    value = instance.Display3DShading
    bool Display3DShading {get; set;}
    See Also