Search
Scene3D.FocalLength Property
See Also
 






Gets or sets the camera focal length.

Namespace: MindFusion.Charting.ThreeD
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public double FocalLength { get; set; }

Visual Basic  Copy Code

Public Property FocalLength As Double

 Property Value

A double value.

 See Also