Click or drag to resize
AB4D logo

ModelColorLineEffectUseIndividualModelColor Property

Gets or sets a Boolean that specifies if line color is set from model's color. When false, then the color for all lines is specified by the DefaultLineColor property. Default value is true.

Namespace: Ab3d.DirectX.Effects
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public bool UseIndividualModelColor { get; set; }

Property Value

Boolean
See Also