Gets or sets the Graining size. This is the smallest unit
to be updated when applying a transition.
Syntax
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;} |
Return Value
Specifies the graining size. The smallest value is 5.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also