Click or drag to resize

ContentTypeModelOverrideContentColor Property

Overrides the other colors if this Content is mixed with others.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public bool OverrideContentColor { get; set; }

Property Value

Type: Boolean
Remarks

When Contents are mixed, the resulting color will be a mix of all Content colors, unless one or more have this property set to true.

If only one Contents has OverrideContentColor set to true, its color will be used for the mix color.

If two or more Contents have OverrideContentColor set to true, their colors only will be used for the mix color.

See Also