WindowWidth Property
Summary
Gets or sets the width of the window used in this effect. This is a dependency property.
Syntax
public double WindowWidth { get; set; }
Public Property WindowWidth As Double
public:
property double WindowWidth {
double get();
void set ( double );
}
Property Value
The width of the window used in this effect. Default value is 65536.