Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / View3DSettings Class / RotationY Property


In This Topic
    RotationY Property
    In This Topic
    Gets or sets the y rotation.
    Syntax
    'Declaration
     
    Public Property RotationY As Double
    'Usage
     
    Dim instance As View3DSettings
    Dim value As Double
     
    instance.RotationY = value
     
    value = instance.RotationY
    public double RotationY {get; set;}

    Property Value

    The rotation Y.
    See Also