Grain Property

Summary

Gets or sets the Graining size. This is the smallest unit to be updated when applying a transition.

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

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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.