Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / IThreeDFormat Interface / FieldOfView Property


In This Topic
    FieldOfView Property
    In This Topic
    Gets or sets the angle at which a IThreeDFormat object can be viewed.
    Syntax
    'Declaration
     
    Property FieldOfView As Double
    'Usage
     
    Dim instance As IThreeDFormat
    Dim value As Double
     
    instance.FieldOfView = value
     
    value = instance.FieldOfView
    double FieldOfView {get; set;}
    See Also