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

WindowWidth Property

Show in webframe





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

            

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

Property Value

The width of the window used in this effect. Default value is 65536.
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.