LEADTOOLS WPF (Leadtools.Windows.Media.TransitionBase assembly)
LEAD Technologies, Inc

Grain Property






Gets or sets the Graining size. This is the smallest unit to be updated when applying a transition.
Syntax
public double Grain {get; set;}
'Declaration
 
Public Property Grain As Double
'Usage
 
Dim instance As TransitionBase
Dim value As Double
 
instance.Grain = value
 
value = instance.Grain
public double Grain {get; set;}
 get_Grain();
set_Grain(value);
public:
property double Grain {
   double get();
   void set (    double value);
}

Property Value

Specifies the graining size. The smallest value is 5.
Example
For an example, refer to Leadtools.Windows.Media.Transitions.BlindTransition example.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TransitionBase Class
TransitionBase Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.