Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadChart Class / View3D Property


In This Topic
    View3D Property
    In This Topic
    Gets the settings of the 3D view.
    Syntax
    'Declaration
     
    Public Property View3D As View3DSettings
    'Usage
     
    Dim instance As SpreadChart
    Dim value As View3DSettings
     
    instance.View3D = value
     
    value = instance.View3D
    public View3DSettings View3D {get; set;}

    Property Value

    The settings of the 3D view.
    See Also