Skip to main content

Start.FillBrightness Property

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

Namespace: DevExpress.Diagram.Core.Shapes

Assembly: DevExpress.Diagram.v23.2.Core.dll

NuGet Package: DevExpress.Diagram.Core

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