LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.Effects assembly)

WindowCenter Property

Show in webframe





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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.