Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.Exif Namespace / ExifProfile Class / Acceleration Property

In This Topic
    Acceleration Property
    In This Topic
    Gets or sets the acceleration (a scalar regardless of direction) as the ambient situation at the shot, the unit is mGal (10-5 m/s2).
    Syntax
    'Declaration
     
    Public Property Acceleration As System.Nullable(Of Single)
    public System.Nullable<float> Acceleration {get; set;}
    See Also