ShaderballOptions.ShowByDefault operator

Introduced

v9.0 (2011)

Description

Returns or sets a Boolean value describing whether or not to show the shaderball by default (true to show it).

C# Syntax

// get accessor

Boolean rtn = ShaderballOptions.ShowByDefault;

// set accessor

ShaderballOptions.ShowByDefault = Boolean;