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


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

    Property Value

    The rotation X.
    See Also