The Grain Property supports WPF/Silverlight.
Gets or sets the Graining size. This is the smallest unit to be updated when applying a transition.Visual Basic (Declaration) | |
---|---|
Public Property Grain As Double |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As TransitionBase Dim value As Double instance.Grain = value value = instance.Grain |
C# | |
---|---|
public double Grain {get; set;} |
Property Value
Specifies the graining size. The smallest value is 5.For an example, refer to Leadtools.Windows.Media.Transitions.BlindTransition example.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7