Click or drag to resize
AB4D logo

WireGridVisual3DIsClosed Property

Gets or sets a Boolean that specifies if a rectangle is drawn around wire grid to close the grid. When this WireGridVisual3D also shows major lines (MajorLinesFrequency > 0), then the line thickness and color of the closing rectangle is specified with MajorLineColor and MajorLineThickness properties instead of LineColor and LineThickness properties. Default value is false.

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public bool IsClosed { get; set; }

Property Value

Boolean
See Also