←Select platform

WindowCenter Property

Summary

Gets or sets the center of the window used in this effect. This is a dependency property.

Syntax

C#
VB
C++
public double WindowCenter { get; set; } 
  
Public Property WindowCenter As Double 
public: 
property double WindowCenter { 
   double get(); 
   void set (    double ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Media.Effects Assembly