Table of Contents

Method ApplyTheme

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v10.dll

ApplyTheme(IVisualTheme)

Applies visual theme to the SyntaxEdit control.

public virtual void ApplyTheme(IVisualTheme theme)

Parameters

theme IVisualTheme

IVisualTheme whose properties will be assigned.

ApplyTheme()

Applies current visual theme to the control. This method is useful when active visual theme need to be updated due to system settings change.

public virtual void ApplyTheme()