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


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

    Property Value

    The rotation Z.
    See Also