OilyEffect.OilBrushSize Property

Specifies the strength of the effect, where a bigger brush size producing wider strokes and bigger smudges. Default value is Large.

Namespace: Lumia.Imaging.Artistic
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

Syntax

public OilBrushSize OilBrushSize { get; set; }
'Declaration
Public Property OilBrushSize As OilBrushSize
    Get
    Set
public:
virtual property OilBrushSize OilBrushSize {
    OilBrushSize get () sealed;
    void set (OilBrushSize value) sealed;
}
function get_OilBrushSize();
function set_OilBrushSize(value);

Property Value

Type: OilBrushSize

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

OilyEffect Class

OilyEffect.OilyEffect Members

Lumia.Imaging.Artistic Namespace