Error processing SSI file
LEADTOOLS WPF (Leadtools.Windows.Media.TransitionBase assembly)

Show in webframe

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:
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

See Also

Reference

TransitionBase Class
TransitionBase Members

Error processing SSI file