Skip to main content
A newer version of this page is available. .

Start.FillBrightness Property

Specifies the brightness level of the color used to fill in the geometry.

Namespace: DevExpress.Diagram.Core.Shapes

Assembly: DevExpress.Diagram.v19.1.Core.dll

Declaration

[DefaultValue(0F)]
public float FillBrightness { get; set; }

Property Value

Type Default Description
Single 0

A numerical value that ranges from -1 through 1, where -1 represents black and 1 represents white.

Remarks

The Start.FillColor property specifies the color used to fill the geometry.

See Also