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


In This Topic
    CameraWidth Property
    In This Topic
    Represents the Width of the Orthographic Camera in the 3D world.
    Syntax
    'Declaration
     
    ReadOnly Property CameraWidth As Double
    'Usage
     
    Dim instance As IThreeDFormat
    Dim value As Double
     
    value = instance.CameraWidth
    double CameraWidth {get;}
    See Also