IdenticonDefaultStyle Property

Gets or sets the default style that will be used for all Identicon instances where no explicit style has been specified.
public static IdenticonStyle DefaultStyle { get; set; }

Property Value

IdenticonStyle

Remarks

When rendering a new Identicon this style will be applied, if no explicit style has been specified on the icon. This specific IdenticonStyle instance is never exposed directly by Identicon instances, but is always cloned before exposed.

See Also

Reference