This documentation is for the old version. Go to the latest Graphics Mill docs

UserInputController.EnableTheming Property

Gets or sets a value indicating whether themes apply to this control.

Namespace: Aurigma.GraphicsMill.WebControls
Assembly: Aurigma.GraphicsMill.WebControls (in Aurigma.GraphicsMill.WebControls.dll)

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public Overrides ReadOnly Property EnableTheming As Boolean
C#
[BrowsableAttribute(false)]
public override bool EnableTheming { get; }

Property Value

true to use themes; otherwise, false.

See Also

Reference