ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D.Effects Namespace / Turbulence Class / Noise Property

In This Topic
    Noise Property
    In This Topic
    The turbulence noise mode. This property can be either fractal sum or turbulence. Indicates whether to generate a bitmap based on Fractal Noise or the Turbulence function. See Noise modes for more info.
    Syntax
    'Declaration
     
    Public Property Noise As TurbulenceNoise
    public TurbulenceNoise Noise {get; set;}
    See Also