ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D.Effects Namespace / DistantSpecular Class / Azimuth Property

In This Topic
    Azimuth Property (DistantSpecular)
    In This Topic
    The direction angle of the light source in the XY plane relative to the X-axis in the counter clock wise direction. The units are in degrees and must be between 0 and 360 degrees.
    Syntax
    'Declaration
     
    Public Property Azimuth As System.Single
    public System.float Azimuth {get; set;}
    See Also