Click or drag to resize
AB4D logo

CameraNavigationCirclesNegativeAxisCircleFillBrush Property

NegativeAxisCircleFillBrush defines the Fill Brush for the axis circles on the negative axes (-x, -y, -z). When the Brush is null, then the color of the axis is used (each axis circle is colored by the color of the axis). Default value is White brush with 80% opacity.

Namespace: Ab3d.Controls
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public Brush NegativeAxisCircleFillBrush { get; set; }

Property Value

Brush
See Also