Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Camera Class / Perspective Property

In This Topic
    Perspective Property
    In This Topic
    Gets or sets the field of view for the camera.

    Allowed values are from -0 to 120, inclusive.

    Default value is 0.

    Note that this property cannot be applied for text.

    Syntax
    'Declaration
     
    Public Property Perspective As System.Single
    public System.float Perspective {get; set;}
    See Also