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.v24.1.Core.dll

NuGet Package: DevExpress.Diagram.Core

Declaration

public float FillBrightness { get; set; }

Property Value

Type Description
Single

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