Error processing SSI file
LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.Effects assembly)

Show in webframe

WindowCenter Property






Gets or sets the center of the window used in this effect. This is a dependency property.
Syntax
public double WindowCenter {get; set;}
'Declaration
 
Public Property WindowCenter As Double
'Usage
 
Dim instance As WindowLevelEffect
Dim value As Double
 
instance.WindowCenter = value
 
value = instance.WindowCenter

            

            
public:
property double WindowCenter {
   double get();
   void set (    double value);
}

Property Value

The center of the window used in this effect. Default value is 32768.
Example

For C#/VB examples, refer to WindowLevelEffect.

Requirements

Target Platforms

See Also

Reference

WindowLevelEffect Class
WindowLevelEffect Members

Error processing SSI file