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 base saturation.
Namespace: Microsoft.Expression.Media.Effects
Assembly: Microsoft.Expression.Effects (in microsoft.expression.effects.dll)
Syntax
'Declaration
Public Property BaseSaturation As Double
'Usage
Dim instance As BloomEffect
Dim value As Double
value = instance.BaseSaturation
instance.BaseSaturation = value
public double BaseSaturation { get; set; }
public:
property double BaseSaturation {
double get ();
void set (double value);
}
/** @property */
public double get_BaseSaturation ()
/** @property */
public void set_BaseSaturation (double value)
public function get BaseSaturation () : double
public function set BaseSaturation (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
BloomEffect Class
BloomEffect Members
Microsoft.Expression.Media.Effects Namespace