Click or drag to resize
AB4D logo

WireframeVisual3DShowPolygonLines Property

Gets or sets Boolean that specifies if WireframeVisual3D should show polygon lines that are defined with using PolygonIndicesProperty DependencyProperty on MeshGeometry3D objects. See remarks in PolygonIndicesProperty for more info. Default value is false.

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

Property Value

Boolean
See Also