Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the CellCount variable within the shader.
Namespace: Microsoft.Expression.Media.Effects
Assembly: Microsoft.Expression.Effects (in microsoft.expression.effects.dll)
Syntax
'Declaration
Public Property CellCount As Double
'Usage
Dim instance As SmoothSwirlGridTransitionEffect
Dim value As Double
value = instance.CellCount
instance.CellCount = value
public double CellCount { get; set; }
public:
property double CellCount {
double get ();
void set (double value);
}
/** @property */
public double get_CellCount ()
/** @property */
public void set_CellCount (double value)
public function get CellCount () : double
public function set CellCount (value : double)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
SmoothSwirlGridTransitionEffect Class
SmoothSwirlGridTransitionEffect Members
Microsoft.Expression.Media.Effects Namespace