LEADTOOLS WPF (Leadtools.Windows.Media.TransitionBase assembly)

Grain Property

Show in webframe





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:
property double Grain {
   double get();
   void set (    double value);
}

Property Value

Specifies the graining size. The smallest value is 5.
Example

For XAML example, refer to Leadtools.Windows.Media.Transitions.BlindTransition.

For C#/VB examples, refer to Leadtools.Windows.Media.Transitions.BlindTransition.

Requirements

Target Platforms

See Also

Reference

TransitionBase Class
TransitionBase Members

 

 


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